File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ jobs:
137137 cross build --release --target aarch64-unknown-linux-gnu
138138 - name : Upload linux binaries
139139 run : |
140- tar -czf target/x86_64-unknown-linux-gnu.tar.gz -C target/x86_64-unknown-linux-gnu/release pks packs
141- tar -czf target/aarch64-unknown-linux-gnu.tar.gz -C target/aarch64-unknown-linux-gnu/release pks packs
140+ tar -czf target/x86_64-unknown-linux-gnu.tar.gz -C target/x86_64-unknown-linux-gnu/release pks
141+ tar -czf target/aarch64-unknown-linux-gnu.tar.gz -C target/aarch64-unknown-linux-gnu/release pks
142142 gh release upload $NEW_VERSION target/x86_64-unknown-linux-gnu.tar.gz
143143 gh release upload $NEW_VERSION target/aarch64-unknown-linux-gnu.tar.gz
144144 env :
Original file line number Diff line number Diff line change 33 "pks" : {
44 "platforms" : {
55 "macos-x86_64" : {
6- "regex" : " ^packs -mac" ,
7- "path" : " packs " ,
6+ "regex" : " ^pks -mac" ,
7+ "path" : " pks " ,
88 "format" : " tar.gz"
99 },
1010 "macos-aarch64" : {
11- "regex" : " ^packs -mac" ,
12- "path" : " packs " ,
11+ "regex" : " ^pks -mac" ,
12+ "path" : " pks " ,
1313 "format" : " tar.gz"
1414 },
1515 "linux-x86_64" : {
1616 "regex" : " ^x86_64-unknown-linux" ,
17- "path" : " packs " ,
17+ "path" : " pks " ,
1818 "format" : " tar.gz"
1919 },
2020 "linux-aarch64" : {
2121 "regex" : " ^aarch64-unknown-linux" ,
22- "path" : " packs " ,
22+ "path" : " pks " ,
2323 "format" : " tar.gz"
2424 }
2525 }
Original file line number Diff line number Diff line change 22
33[package ]
44name = " pks"
5- version = " 0.2.14 "
5+ version = " 0.2.15 "
66edition = " 2021"
77description = " Welcome! Please see https://github.com/alexevanczuk/packs for more information!"
88license = " MIT"
You can’t perform that action at this time.
0 commit comments