Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
fix github action build fail
  • Loading branch information
optman authored Feb 17, 2023
1 parent 310dfd6 commit d4cb02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@latest
uses: rust-build/rust-build.action@v1.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
Expand Down

0 comments on commit d4cb02f

Please sign in to comment.