attempt fix
This commit is contained in:
parent
707a34baac
commit
533b9297f0
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@ jobs:
|
|||
steps:
|
||||
- run: doas apk add nodejs git patch
|
||||
- run: doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
|
||||
- uses: forgejo/upload-artifact@v4
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 500
|
||||
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
||||
- run: build.sh
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: package
|
||||
path: packages
|
||||
|
|
Loading…
Reference in a new issue