mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-09 15:08:25 +01:00
feat(ci): add step to check binaries after build
This commit is contained in:
parent
69f7995c02
commit
6e24cd89f2
@ -22,6 +22,8 @@ jobs:
|
|||||||
RUSTUP_HOME=/opt/rust/rustup \
|
RUSTUP_HOME=/opt/rust/rustup \
|
||||||
CARGO_HOME=/opt/rust/cargo \
|
CARGO_HOME=/opt/rust/cargo \
|
||||||
make all deb appimg
|
make all deb appimg
|
||||||
|
- name: Checking binaries
|
||||||
|
run: ./scripts/ckarch.sh build
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user