mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-07 22:18:25 +01:00
feat(ci): upload artifact on success
This commit is contained in:
parent
3508d61ad6
commit
2cc44c1a11
@ -22,4 +22,9 @@ jobs:
|
||||
RUSTUP_HOME=/opt/rust/rustup \
|
||||
CARGO_HOME=/opt/rust/cargo \
|
||||
make all deb appimg
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-${{ inputs.platform }}
|
||||
path: build/
|
||||
- run: echo "Build is ${{ job.status }}."
|
||||
|
Loading…
Reference in New Issue
Block a user