From d13857ed78e6a21efe045014a39b85640628a7a6 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 15 May 2024 15:06:13 +0100 Subject: [PATCH] remove permissions --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a11022d466..8a979dbe02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,6 @@ on: push: branches: ["main"] -permissions: - contents: write - jobs: build-and-publish: runs-on: windows-latest @@ -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