Skip to content

Commit

Permalink
Downgrade build action
Browse files Browse the repository at this point in the history
  • Loading branch information
fcsonline committed Mar 11, 2023
1 parent 08c2e6b commit 5fdab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,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 5fdab4d

Please sign in to comment.