Skip to content

Commit d4cb02f

Browse files
authored
Update release.yml
fix github action build fail
1 parent 310dfd6 commit d4cb02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@master
2020
- name: Compile and release
21-
uses: rust-build/rust-build.action@latest
21+
uses: rust-build/rust-build.action@v1.4.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
RUSTTARGET: ${{ matrix.target }}

0 commit comments

Comments
 (0)