Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix actions unable to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PrintedScript committed Jan 20, 2024
1 parent 2397108 commit f606023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build-release-windows:
name: Build on Windows ${{ github.event.release.tag_name }}
runs-on: windows-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
Expand All @@ -29,6 +31,8 @@ jobs:
build-release-linux:
name: Build on Linux ${{ github.event.release.tag_name }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit f606023

Please sign in to comment.