Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 59s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 59s
This commit is contained in:
parent
002ba6bf39
commit
9a73062343
1 changed files with 1 additions and 2 deletions
|
@ -39,9 +39,8 @@ jobs:
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
export PKGDEST=${PKGDEST}
|
export PKGDEST=${PKGDEST}
|
||||||
su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar"
|
su build -c "pkgctl build"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: lol
|
|
||||||
path: build/
|
path: build/
|
||||||
|
|
Loading…
Reference in a new issue