test release #5

Merged
haylan merged 61 commits from main into release 2026-03-17 23:06:21 +00:00
Showing only changes of commit 81dca211b5 - Show all commits
+4 -1
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: |