chore: improved artefact upload on relaes
This commit is contained in:
@@ -142,6 +142,18 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Download Windows Artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: windows
|
||||||
|
path: build/windows
|
||||||
|
|
||||||
|
- name: Download Linux Artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: linux
|
||||||
|
path: build/linux
|
||||||
|
|
||||||
- name: Extract version and body from CHANGELOG
|
- name: Extract version and body from CHANGELOG
|
||||||
id: changelog
|
id: changelog
|
||||||
run: |
|
run: |
|
||||||
@@ -181,5 +193,5 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
build/linux
|
build/windows/${{ env.EXPORT_NAME }}.exe
|
||||||
build/windows
|
build/linux/${{ env.EXPORT_NAME }}.x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user