Skip to content

Commit

Permalink
Update version-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomekMelissa authored Feb 28, 2024
1 parent 04019aa commit 084132f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
build:
runs-on: windows-latest
permissions:
contents: read
contents: write
checks: write
actions: read
security-events: write
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read
steps:
- uses: actions/checkout@v4

Expand All @@ -43,7 +48,7 @@ jobs:
run: Compress-Archive -Path 2LCS\bin\Release\* -DestinationPath 2LCS_${{ github.event.release.tag_name }}.zip

- name: Upload 2LCS .zip to release ${{ github.event.release.name }}
uses: actions/upload-release-asset@v1
uses: shogo82148/actions-upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 084132f

Please sign in to comment.