feat(ci): upload artifact on success

This commit is contained in:
Dany LE 2024-07-22 17:57:23 +02:00 committed by Dany LE
parent 5c7c47dc48
commit c563eb3280

View File

@ -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 }}."