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