Compare commits
2 commits
21f8c09b1b
...
d867e78336
Author | SHA1 | Date | |
---|---|---|---|
d867e78336 | |||
20b3ee1a93 |
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-tarball:
|
build-tarball:
|
||||||
|
name: Build tarball w/ submodules
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpinelinux/alpine-gitlab-ci:latest
|
image: alpinelinux/alpine-gitlab-ci:latest
|
||||||
|
@ -33,4 +34,4 @@ jobs:
|
||||||
uses: forgejo/upload-artifact@v3
|
uses: forgejo/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: tarball
|
name: tarball
|
||||||
path: $CI_PROJECT_NAME-${{ inputs.ref_name }}.*
|
path: zotero-${{ inputs.ref_name }}.*
|
||||||
|
|
|
@ -3,6 +3,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
|
name: Pull from upstream
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: 'docker.io/node:20-bookworm'
|
image: 'docker.io/node:20-bookworm'
|
||||||
|
|
Loading…
Reference in a new issue