Test
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build binary file and bundle packages / test (pull_request) Successful in 11s
Build binary file and bundle packages / build (pull_request) Successful in 26s
Build binary file and bundle packages / test-env (pull_request) Failing after 0s
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build binary file and bundle packages / test (pull_request) Successful in 11s
Build binary file and bundle packages / build (pull_request) Successful in 26s
Build binary file and bundle packages / test-env (pull_request) Failing after 0s
This commit is contained in:
parent
56d440121a
commit
7fec5ce2c7
2 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,6 @@ jobs:
|
|||
- name: Bundle .deb package
|
||||
run: |
|
||||
cargo deb
|
||||
ls target/debian
|
||||
DEBIAN_FILE=$(echo ${{ steps.deb.outputs.debian_name }}_${{ steps.deb.outputs.debian_ref }}-${{ steps.deb.outputs.debian_rev }}_amd64.deb)
|
||||
echo mv target/debian/$DEBIAN_FILE dist/$DEBIAN_FILE
|
||||
mv target/debian/$DEBIAN_FILE dist/$DEBIAN_FILE
|
||||
|
|
|
@ -67,6 +67,7 @@ jobs:
|
|||
|
||||
- name: Bundle .deb package
|
||||
run: |
|
||||
cargo deb
|
||||
DEBIAN_FILE=$(echo ${{ steps.deb.outputs.debian_name }}_${{ steps.deb.outputs.debian_ref }}-${{ steps.deb.outputs.debian_rev }}_amd64.deb)
|
||||
echo mv target/debian/$DEBIAN_FILE dist/$DEBIAN_FILE
|
||||
mv target/debian/$DEBIAN_FILE dist/$DEBIAN_FILE
|
||||
|
|
Loading…
Reference in a new issue