Update .gitea/workflows/build-package.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s
This commit is contained in:
parent
13166ade34
commit
a59e650ba5
|
@ -23,11 +23,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
/build -s --noconfirm
|
/build -s --noconfirm
|
||||||
# - name: Upload artifacts
|
|
||||||
# uses: actions/upload-artifact@v3
|
|
||||||
# with:
|
|
||||||
# name: package
|
|
||||||
# path: ./*.pkg.tar.zst
|
|
||||||
- name: Put the packages into the import dir
|
- name: Put the packages into the import dir
|
||||||
run: cp -v ./*.pkg.tar.zst /import
|
run: cp -v ./*.pkg.tar.zst /import
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue
Block a user