feat(ci): upload artifact on success
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 41s

This commit is contained in:
Dany LE 2024-07-22 18:28:19 +02:00 committed by GitHub
parent 29702459b4
commit a554a678d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,10 @@ jobs:
ls ${{ gitea.workspace }}
mkdir build
BUILDDIR=$(realpath build) make install_dev main
- run: echo "Build status ${{ job.status }}."
- name: Save artifact
uses: actions/upload-artifact@v3
with:
name: build-AntOS
path: build/
retention-days: 5
- run: echo "Build status ${{ job.status }}."