Unverified Commit ae6fcf43 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: add build artifacts to release

parent dd5d964c
...@@ -296,6 +296,7 @@ jobs: ...@@ -296,6 +296,7 @@ jobs:
- name: Tag Images - name: Tag Images
run: | run: |
docker pull requarks/wiki:beta-$REL_VERSION_STRICT
docker pull ghcr.io/requarks/wiki:beta-$REL_VERSION_STRICT docker pull ghcr.io/requarks/wiki:beta-$REL_VERSION_STRICT
echo "Fetching semver tool..." echo "Fetching semver tool..."
...@@ -329,6 +330,18 @@ jobs: ...@@ -329,6 +330,18 @@ jobs:
docker push ghcr.io/requarks/wiki:$MAJORMINOR docker push ghcr.io/requarks/wiki:$MAJORMINOR
docker push ghcr.io/requarks/wiki:latest docker push ghcr.io/requarks/wiki:latest
- name: Download Linux Build
uses: actions/download-artifact@v2.1.0
with:
name: drop
path: drop
- name: Download Windows Build
uses: actions/download-artifact@v2.1.0
with:
name: drop-win
path: drop-win
- name: Generate Changelog - name: Generate Changelog
id: changelog id: changelog
uses: Requarks/changelog-action@v1 uses: Requarks/changelog-action@v1
...@@ -345,4 +358,5 @@ jobs: ...@@ -345,4 +358,5 @@ jobs:
name: ${{ github.ref_name }} name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }} body: ${{ steps.changelog.outputs.changes }}
token: ${{ github.token }} token: ${{ github.token }}
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment