Test
Some checks failed
Run Tests on Code / run-tests (push) Successful in 10s
Build binary file and bundle packages / test (pull_request) Successful in 10s
Build binary file and bundle packages / build (pull_request) Successful in 24s
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 10s
Build binary file and bundle packages / test (pull_request) Successful in 10s
Build binary file and bundle packages / build (pull_request) Successful in 24s
Build binary file and bundle packages / test-env (pull_request) Failing after 0s
This commit is contained in:
parent
4e6896f10a
commit
c4d7169c63
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ jobs:
|
|||
|
||||
- name: Bundle .deb package
|
||||
run: |
|
||||
DEBIAN_FILE=$(echo ${{ steps.deb.outputs.debian_name }}_${{ steps.deb.outputs.debian_ref }}-${{ steps.deb.outputs.debian_rev }}_amd64.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/${{ env.DEBIAN_NAME }}_${{ env.DEBIAN_REF }}-${{ env.DEBIAN_REV }}_amd64.deb dist/${{ env.DEBIAN_NAME }}_${{ env.DEBIAN_REF }}-${{ env.DEBIAN_REV }}_amd64.deb
|
||||
|
||||
|
|
Loading…
Reference in a new issue