Skip to content

Commit 25e17be

Browse files
committed
fix: path for artifacts in release workflow
1 parent 9f6cc11 commit 25e17be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)
4242
43-
for file in ${{ github.workspace }}/build/*; do
43+
for file in ${{ github.workspace }}/out/*; do
4444
AUTH_HEADER="Authorization: token ${{ secrets.GITHUB_TOKEN }}"
4545
CONTENT_LENGTH="Content-Length: $(stat -c%s $file)"
4646
CONTENT_TYPE="Content-Type: application/7z-x-compressed"

0 commit comments

Comments
 (0)