Skip to content

Commit ad9df5d

Browse files
committed
Fix: Update release artifact upload action parameter
1 parent e23162f commit ad9df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Upload Release Artifact
6262
uses: actions/upload-release-asset@v1
6363
with:
64-
access-token: ${{ secrets.PAT }}
64+
repo-token: ${{ secrets.PAT }}
6565
upload_url: ${{ github.event.release.upload_url }}
6666

6767
# This now uses the exact path found in the previous step, avoiding the wildcard bug.

0 commit comments

Comments
 (0)