fix the env in upload (pls be done...)
1 files changed, 2 insertions(+), 0 deletions(-)

M .github/workflows/build.yml
M .github/workflows/build.yml +2 -0
@@ 73,6 73,8 @@ jobs:
 
     - name: Upload artifact and Release (Linux)
       uses: actions/upload-release-asset@v1
+      env:
+        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       with:
         upload_url: ${{ github.event.release.upload_url }}
         asset_path: flamewolf-linux.tar.bz2