Skip to content

Commit

Permalink
remove permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 15, 2024
1 parent edbb08e commit d13857e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches: ["main"]

permissions:
contents: write

jobs:
build-and-publish:
runs-on: windows-latest
Expand Down Expand Up @@ -60,7 +57,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: output.zip
name: output-${{ env.fullSemVer }}.zip
path: output/*.*
compression-level: 0 # no compression

Expand Down

0 comments on commit d13857e

Please sign in to comment.