Compare commits
2 commits
34081e02d8
...
68eb2c1e67
Author | SHA1 | Date | |
---|---|---|---|
68eb2c1e67 | |||
283aa6ff0a |
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue