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