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 81dca211b5 - Show all commits

View File

@@ -88,8 +88,11 @@ jobs:
create-release:
name: Create Release
runs-on: ubuntu-latest
needs: [export-mac, export-linux, export-windows]
needs: [export-linux, export-windows]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Extract version and body from CHANGELOG
id: changelog
run: |