Compare commits

...

2 commits

Author SHA1 Message Date
68eb2c1e67
.forgejo: set dependency 2024-08-12 00:10:50 -04:00
283aa6ff0a
.forgejo: do not use add community branch 2024-08-12 00:09:59 -04:00

View file

@ -16,9 +16,7 @@ jobs:
CI_PROJECT_NAME: zotero
steps:
- name: Environment setup
run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
apk add nodejs git git-archive-all gzip
run: apk add nodejs git git-archive-all gzip
- name: Repo pull
uses: actions/checkout@v4
with:
@ -37,6 +35,7 @@ jobs:
path: zotero-${{ inputs.ref_name }}.*
upload-release:
runs-on: x86_64
needs: [build-tarball]
container:
imagine: alpine:latest
steps: