We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0553a06 commit a07c461Copy full SHA for a07c461
.github/workflows/build.yml
@@ -81,9 +81,9 @@ jobs:
81
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
82
83
- name: Upload artifact
84
- working-directory: intellij-aicoder
85
uses: actions/upload-artifact@v4
86
with:
+ working-directory: intellij-aicoder
87
name: ${{ steps.artifact.outputs.filename }}
88
path: intellij-aicoder/build/distributions/*
89
0 commit comments