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 11s
Build binary file and bundle packages / build (pull_request) Failing after 3s
Build binary file and bundle packages / test-env (pull_request) Has been skipped

This commit is contained in:
Neshura 2024-08-07 20:05:17 +02:00
parent 198cc44850
commit 972706ac6f
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -56,18 +56,7 @@ jobs:
id: deb_bundle
run: |
echo test
echo test
DEBIAN_REF=$(echo ${{ github.ref_name }} | tr - \~)
echo "debian_ref=$DEBIAN_REF" >> $GITHUB_OUTPUT
echo DEBIAN_REF: $DEBIAN_REF
DEBIAN_REV=-$(cat Cargo.toml | grep -E "(^|\|)revision =" | cut -f2- -d= | tr -d \" | tr -d " ")
echo "debian_rev=$DEBIAN_REV" >> ${{ env.GITHUB_OUTPUT }}
echo DEBIAN_REV: $DEBIAN_REV
DEBIAN_NAME=-$(cat Cargo.toml | grep -E "(^|\|)name =" | cut -f2- -d= | tr -d \" | tr -d " ")
echo "debian_name=$DEBIAN_NAME" >> ${{ env.GITHUB_OUTPUT }}
echo DEBIAN_NAME: $DEBIAN_NAME
mv target/debian/${{ DEBIAN_NAME }}_${{ DEBIAN_REF }}${{ DEBIAN_REV }}_amd64.deb dist/${{ DEBIAN_NAME }}_${{ DEBIAN_REF }}${{ DEBIAN_REV }}_amd64.deb
- name: Uploading Build Artifact
uses: actions/upload-artifact@v3