Skip to content

Commit

Permalink
Add contents: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn authored Oct 12, 2023
1 parent 8dc7856 commit d71ef6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -21,4 +24,4 @@ jobs:
with:
tag_name: dev
files: |
build/dist/genoswitch.AppImage
build/dist/genoswitch.AppImage

0 comments on commit d71ef6a

Please sign in to comment.