Skip to content

Commit

Permalink
ci: add github token to allow appimage publish step to upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Feb 25, 2024
1 parent fddbbe8 commit 3da0010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appimage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
gh release upload ${{ env.game_version }} ./${{ env.game_name }}-${{ env.game_version }}.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3da0010

Please sign in to comment.