File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
command : build
30
30
args : --release --all-features
31
- - uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
31
+ - uses : actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
32
32
with :
33
33
name : win_x86_64_binary
34
34
path : target/release/teres.exe
57
57
with :
58
58
command : build
59
59
args : --release --all-features
60
- - uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
60
+ - uses : actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
61
61
with :
62
62
name : linux_x86_64_binary
63
63
path : target/release/teres
@@ -208,7 +208,7 @@ jobs:
208
208
command : deb
209
209
- id : pkg_ver
210
210
run : echo "ver=$(cat Cargo.toml | grep -oP '^version = \"\K[\d.\d.\d]+(?=\")')" >> $GITHUB_OUTPUT
211
- - uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
211
+ - uses : actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
212
212
with :
213
213
name : linux_x86_64_deb
214
214
path : target/debian/teres_${{ steps.pkg_ver.outputs.ver }}_amd64.deb
You can’t perform that action at this time.
0 commit comments