add upload
This commit is contained in:
parent
27bdf54ea6
commit
33c2e64332
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ jobs:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
||||||
- run: build.sh
|
- run: build.sh
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: package
|
||||||
|
path: packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue