From 6547465111cbafcb20e1466ae3e7256067ae390f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Thu, 4 Jun 2026 18:09:16 +0200 Subject: [PATCH] ci: add macOS zip --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07423c9..4d53bcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,10 @@ jobs: done done + - name: Package macOS zip + working-directory: dist + run: 7z a legendary_macOS.zip legendary_macOS_* + - name: Create draft release env: GH_TOKEN: ${{ github.token }}