Compare commits

...

2 commits

2 changed files with 3 additions and 1 deletions

View file

@ -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 }}.*

View file

@ -3,6 +3,7 @@ on:
jobs:
mirror:
name: Pull from upstream
runs-on: x86_64
container:
image: 'docker.io/node:20-bookworm'