Test
Some checks failed
Run Tests on Code / run-tests (push) Successful in 12s
Build binary file and bundle packages / test (pull_request) Successful in 11s
Build binary file and bundle packages / build (pull_request) Failing after 23s
Build binary file and bundle packages / test-env (pull_request) Has been skipped

This commit is contained in:
Neshura 2024-08-07 20:42:09 +02:00
parent b6a6c5c2f5
commit 4e6896f10a
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -67,7 +67,8 @@ jobs:
- name: Bundle .deb package
run: |
echo 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
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
- name: Uploading Build Artifact