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:
|
||||
build-tarball:
|
||||
name: Build tarball w/ submodules
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpinelinux/alpine-gitlab-ci:latest
|
||||
|
@ -33,4 +34,4 @@ jobs:
|
|||
uses: forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: tarball
|
||||
path: $CI_PROJECT_NAME-${{ inputs.ref_name }}.*
|
||||
path: zotero-${{ inputs.ref_name }}.*
|
||||
|
|
|
@ -3,6 +3,7 @@ on:
|
|||
|
||||
jobs:
|
||||
mirror:
|
||||
name: Pull from upstream
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: 'docker.io/node:20-bookworm'
|
||||
|
|
Loading…
Reference in a new issue