Test
This commit is contained in:
parent
81c2a115c9
commit
56d440121a
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ jobs:
|
|||
- name: Bundle .deb package
|
||||
run: |
|
||||
cargo deb
|
||||
ls target/debian
|
||||
DEBIAN_FILE=$(echo ${{ steps.deb.outputs.debian_name }}_${{ steps.deb.outputs.debian_ref }}-${{ steps.deb.outputs.debian_rev }}_amd64.deb)
|
||||
echo mv target/debian/$DEBIAN_FILE dist/$DEBIAN_FILE
|
||||
mv target/debian/$DEBIAN_FILE dist/$DEBIAN_FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue