Apply adjusted env format to more places
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build binary file and bundle packages / test (pull_request) Successful in 12s
Build binary file and bundle packages / build (pull_request) Failing after 25s

This commit is contained in:
Neshura 2024-08-07 19:03:29 +02:00
parent ba1d0ea6f9
commit 0fdbdf1fc9
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -69,7 +69,7 @@ jobs:
echo "DEBIAN_REV=$DEBIAN_REV" >> dist/build.env
DEBIAN_NAME=-$(cat Cargo.toml | grep -E "(^|\|)name =" | cut -f2- -d= | tr -d \" | tr -d " ")
echo "DEBIAN_NAME=$DEBIAN_NAME" >> dist/build.env
mv target/debian/"$DEBIAN_NAME"_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb dist/"$DEBIAN_NAME"_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb
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