Test
This commit is contained in:
parent
85c5159647
commit
06868d14c0
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue