Test
All checks were successful
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) Successful in 25s
Build binary file and bundle packages / test-env (pull_request) Successful in 0s

This commit is contained in:
Neshura 2024-08-07 19:59:50 +02:00
parent 85c5159647
commit 06868d14c0
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -57,7 +57,7 @@ jobs:
run: |
cargo deb
DEBIAN_REF=$(echo ${{ github.ref_name }} | tr - \~)
echo "debian_ref=$DEBIAN_REF" >> ${{ env.GITHUB_OUTPUT }}
echo "debian_ref=$DEBIAN_REF" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
DEBIAN_REV=-$(cat Cargo.toml | grep -E "(^|\|)revision =" | cut -f2- -d= | tr -d \" | tr -d " ")
echo "debian_rev=$DEBIAN_REV" >> ${{ env.GITHUB_OUTPUT }}