Test
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build binary file and bundle packages / test (pull_request) Successful in 10s
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:49:58 +02:00
parent bcf92e62db
commit df9e58624e
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ jobs:
- name: Collect Debian Metadata
id: deb
run: |
DEBIAN_REF=$(echo ${{ github.ref_name }} | tr - \~)
DEBIAN_REF=$(cat Cargo.toml | grep -E "(^|\|)version =" | cut -f2- -d= | tr -d \" | tr -d " " | 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 " ")

View file

@ -55,7 +55,7 @@ jobs:
- name: Collect Debian Metadata
id: deb
run: |
DEBIAN_REF=$(echo ${{ github.ref_name }} | tr - \~)
DEBIAN_REF=$(cat Cargo.toml | grep -E "(^|\|)version =" | cut -f2- -d= | tr -d \" | tr -d " " | 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 " ")