remove upload
This commit is contained in:
parent
9ba3edc22d
commit
a0059524fc
1 changed files with 0 additions and 8 deletions
|
@ -22,7 +22,6 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
build-x86_64:
|
||||
run-name: Build on x86_64
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpinelinux/alpine-gitlab-ci:latest
|
||||
|
@ -38,10 +37,3 @@ jobs:
|
|||
fetch-depth: 500
|
||||
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
|
||||
- run: build.sh
|
||||
- name: Upload math result for job 1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: package
|
||||
path:
|
||||
- packages/
|
||||
- keys /
|
||||
|
|
Loading…
Reference in a new issue