Fix CI tar path
This commit is contained in:
parent
114c9e2bcc
commit
e57f085e37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Package artifacts
|
||||
run: |
|
||||
mkdir -p dist
|
||||
tar -czf dist/bread-ubuntu-latest.tgz target/release/breadd target/release/bread-cli
|
||||
tar -czf dist/bread-ubuntu-latest.tgz target/release/breadd target/release/bread
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue