Skip to content

Commit 76e0e11

Browse files
committed
fix the env in upload (pls be done...)
1 parent 9743121 commit 76e0e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
7474
- name: Upload artifact and Release (Linux)
7575
uses: actions/upload-release-asset@v1
76+
env:
77+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7678
with:
7779
upload_url: ${{ github.event.release.upload_url }}
7880
asset_path: flamewolf-linux.tar.bz2

0 commit comments

Comments
 (0)