Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed May 14, 2023
1 parent 12554c8 commit fa6f6ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'v*'

permissions:
contents: read
contents: write

jobs:
build-gui:
Expand All @@ -35,6 +35,8 @@ jobs:
with:
files: bin/*/xmodits-*
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# upload-compiled-binary:
# # The type of runner that the job will run on
# runs-on: ubuntu-latest
Expand Down

0 comments on commit fa6f6ea

Please sign in to comment.