File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
# binary_postfix: ".exe"
30
30
31
31
steps :
32
- - uses : dtolnay/rust-toolchain@master
32
+ - uses : dtolnay/rust-toolchain@stable
33
33
with :
34
34
toolchain : ${{ matrix.rust }}
35
- targets : " x86_64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc "
36
- - uses : actions/checkout@v2
35
+ targets : " x86_64-apple-darwin, x86_64-unknown-linux-gnu"
36
+ - uses : actions/checkout@v4
37
37
- run : cargo build --release --target ${{ matrix.target }}
38
38
39
39
- name : Packaging final binary
49
49
shasum -a 256 gooseberry-${{ matrix.artifact_prefix }}.tar.gz > gooseberry-${{ matrix.artifact_prefix }}.sha256
50
50
fi
51
51
- name : Releasing assets
52
- uses : softprops/action-gh-release@v1
52
+ uses : softprops/action-gh-release@v2
53
53
with :
54
54
files : |
55
55
target/${{ matrix.target }}/release/gooseberry-${{ matrix.artifact_prefix }}.tar.gz
You can’t perform that action at this time.
0 commit comments