mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-07 21:48:21 +01:00
feat(ci): upload artifact on success
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 41s
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 41s
This commit is contained in:
parent
29702459b4
commit
a554a678d8
@ -13,4 +13,10 @@ jobs:
|
||||
ls ${{ gitea.workspace }}
|
||||
mkdir build
|
||||
BUILDDIR=$(realpath build) make install_dev main
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-AntOS
|
||||
path: build/
|
||||
retention-days: 5
|
||||
- run: echo "Build status ${{ job.status }}."
|
Loading…
Reference in New Issue
Block a user