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 9f6cc11 commit 25e17beCopy full SHA for 25e17be
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)
42
43
- for file in ${{ github.workspace }}/build/*; do
+ for file in ${{ github.workspace }}/out/*; do
44
AUTH_HEADER="Authorization: token ${{ secrets.GITHUB_TOKEN }}"
45
CONTENT_LENGTH="Content-Length: $(stat -c%s $file)"
46
CONTENT_TYPE="Content-Type: application/7z-x-compressed"
0 commit comments