Skip to content

Commit b72fc50

Browse files
committed
dotslash update pks
1 parent 7f4351a commit b72fc50

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/dotslash-config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
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
}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "pks"
5-
version = "0.2.14"
5+
version = "0.2.15"
66
edition = "2021"
77
description = "Welcome! Please see https://github.com/alexevanczuk/packs for more information!"
88
license = "MIT"

0 commit comments

Comments
 (0)