This commit is contained in:
parent
4a9b1ccc00
commit
342aaa10de
|
@ -13,8 +13,8 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build .deb
|
||||
run: cargo deb --target=aarch64-unknown-linux-gnu
|
||||
run: "cargo deb --target=aarch64-unknown-linux-gnu"
|
||||
- name: Add .deb to apt repository
|
||||
run: aptly repo add tesla $(ls -t ./target/aarch64-unknown-linux-gnu/debian/*.deb | head -1)
|
||||
- run: aptly publish update testing
|
||||
- run: aptly publish update testing filesystem:deb:
|
||||
run: "aptly repo add tesla $(ls -t ./target/aarch64-unknown-linux-gnu/debian/*.deb | head -1)"
|
||||
- run: "aptly publish update testing"
|
||||
- run: "aptly publish update testing filesystem:deb:"
|
||||
|
|
Loading…
Reference in a new issue