Update .forgejo/workflows/test.yaml
All checks were successful
AUR Publish / build-and-publish (push) Successful in 2m16s
All checks were successful
AUR Publish / build-and-publish (push) Successful in 2m16s
This commit is contained in:
parent
ddbba01e87
commit
002ba6bf39
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
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@v3
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
with:
|
||||||
path: ./build/*
|
name: lol
|
||||||
|
path: build/
|
||||||
|
|
Loading…
Reference in a new issue