File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
uses : actions/upload-artifact@v3
97
97
with :
98
98
name : deb-armhf
99
- path : target/arm-unknown-linux-gnueabihf/debian/bloop-box_3.2.0_armhf .deb
99
+ path : target/arm-unknown-linux-gnueabihf/debian/bloop-box_*_armhf .deb
100
100
101
101
build-arm64 :
102
102
needs : [test-for-release]
@@ -121,7 +121,7 @@ jobs:
121
121
uses : actions/upload-artifact@v3
122
122
with :
123
123
name : deb-arm64
124
- path : target/aarch64-unknown-linux-gnu/debian/bloop-box_3.2.0_arm64 .deb
124
+ path : target/aarch64-unknown-linux-gnu/debian/bloop-box_*_arm64 .deb
125
125
126
126
release :
127
127
needs : [build-armhf, build-arm64]
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- name : Update version
146
146
run : |
147
- sed -i '/\[package\]/,/^version = "[^"]*"$/ s/^version = "[^"]*"$/version = "'"${{ steps.semantic .outputs.new_release_version }}"'"/' Cargo.toml
147
+ sed -i '/\[package\]/,/^version = "[^"]*"$/ s/^version = "[^"]*"$/version = "'"${{ needs.test-for-release .outputs.new_release_version }}"'"/' Cargo.toml
148
148
cargo update --package bloop-box --offline
149
149
150
150
- name : Semantic Release
You can’t perform that action at this time.
0 commit comments