mirror of https://github.com/buster-so/buster.git
update package name
This commit is contained in:
parent
f6e8422b10
commit
4a6898fb09
|
@ -51,7 +51,7 @@ jobs:
|
||||||
working-directory: ./cli
|
working-directory: ./cli
|
||||||
run: |
|
run: |
|
||||||
cd target/release
|
cd target/release
|
||||||
tar czf buster-cli-linux-x86_64.tar.gz buster
|
tar czf buster-cli-linux-x86_64.tar.gz buster-cli
|
||||||
sha256sum buster-cli-linux-x86_64.tar.gz > buster-cli-linux-x86_64.tar.gz.sha256
|
sha256sum buster-cli-linux-x86_64.tar.gz > buster-cli-linux-x86_64.tar.gz.sha256
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
Loading…
Reference in New Issue