mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-07 22:18: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 \
|
||||
CARGO_HOME=/opt/rust/cargo \
|
||||
make all deb appimg
|
||||
- name: Checking binaries
|
||||
run: ./scripts/ckarch.sh build
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user