Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
73eb8c48f3
commit
3beff225fd
1 changed files with 6 additions and 1 deletions
|
@ -39,4 +39,9 @@ jobs:
|
|||
- name: Build package
|
||||
run: |
|
||||
export PKGDEST=${PKGDEST}
|
||||
su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar"
|
||||
su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar"
|
||||
|
||||
- name: test123
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./build
|
||||
|
|
Loading…
Reference in a new issue