Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wisarmy committed Nov 23, 2024
1 parent 303c3a5 commit c5dc10b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
release:
name: Release - ${{ matrix.platform.release_for }}
permissions: write-all
runs-on: ${{ matrix.platform.os }}
strategy:
matrix:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
target/${{ matrix.platform.target }}/release/${{ matrix.platform.name }}
Expand Down

0 comments on commit c5dc10b

Please sign in to comment.