Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
73eb8c48f3
commit
3beff225fd
1 changed files with 6 additions and 1 deletions
|
@ -40,3 +40,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export PKGDEST=${PKGDEST}
|
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