test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit 987e4300ab - Show all commits

View File

@@ -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