From e8ecfc05253c2eaca0fd40ccacc509b44aebfc2d Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 14 Apr 2026 22:59:29 +0200 Subject: [PATCH] ci: publish release automatically, re-enable macOS build Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 833a2ec..d11eed2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,6 @@ jobs: # ── macOS (Apple Silicon) ────────────────────────────────── macos: - if: false # disabled while debugging Windows build runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -111,6 +110,6 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v2 with: - draft: true + draft: false generate_release_notes: true files: artifacts/**/*.zip