chore: improved artefact upload on relaes
All checks were successful
Build Release / Linux Export (pull_request) Successful in 2m9s
Build Release / Windows Export (pull_request) Successful in 2m51s
Build Release / Create Release (pull_request) Successful in 2m2s

This commit is contained in:
2026-03-17 23:52:42 +01:00
parent 991f9f4bec
commit 987e4300ab

View File

@@ -142,6 +142,18 @@ jobs:
- name: Checkout
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
id: changelog
run: |
@@ -181,5 +193,5 @@ jobs:
draft: false
token: ${{ secrets.GITEA_TOKEN }}
files: |
build/linux
build/windows
build/windows/${{ env.EXPORT_NAME }}.exe
build/linux/${{ env.EXPORT_NAME }}.x86_64