Skip to content

Commit a07c461

Browse files
committed
fix\
1 parent 0553a06 commit a07c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
8282
8383
- name: Upload artifact
84-
working-directory: intellij-aicoder
8584
uses: actions/upload-artifact@v4
8685
with:
86+
working-directory: intellij-aicoder
8787
name: ${{ steps.artifact.outputs.filename }}
8888
path: intellij-aicoder/build/distributions/*
8989

0 commit comments

Comments
 (0)