File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ jobs:
137
137
cross build --release --target aarch64-unknown-linux-gnu
138
138
- name : Upload linux binaries
139
139
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
142
142
gh release upload $NEW_VERSION target/x86_64-unknown-linux-gnu.tar.gz
143
143
gh release upload $NEW_VERSION target/aarch64-unknown-linux-gnu.tar.gz
144
144
env :
Original file line number Diff line number Diff line change 3
3
"pks" : {
4
4
"platforms" : {
5
5
"macos-x86_64" : {
6
- "regex" : " ^packs -mac" ,
7
- "path" : " packs " ,
6
+ "regex" : " ^pks -mac" ,
7
+ "path" : " pks " ,
8
8
"format" : " tar.gz"
9
9
},
10
10
"macos-aarch64" : {
11
- "regex" : " ^packs -mac" ,
12
- "path" : " packs " ,
11
+ "regex" : " ^pks -mac" ,
12
+ "path" : " pks " ,
13
13
"format" : " tar.gz"
14
14
},
15
15
"linux-x86_64" : {
16
16
"regex" : " ^x86_64-unknown-linux" ,
17
- "path" : " packs " ,
17
+ "path" : " pks " ,
18
18
"format" : " tar.gz"
19
19
},
20
20
"linux-aarch64" : {
21
21
"regex" : " ^aarch64-unknown-linux" ,
22
- "path" : " packs " ,
22
+ "path" : " pks " ,
23
23
"format" : " tar.gz"
24
24
}
25
25
}
Original file line number Diff line number Diff line change 2
2
3
3
[package ]
4
4
name = " pks"
5
- version = " 0.2.14 "
5
+ version = " 0.2.15 "
6
6
edition = " 2021"
7
7
description = " Welcome! Please see https://github.com/alexevanczuk/packs for more information!"
8
8
license = " MIT"
You can’t perform that action at this time.
0 commit comments