From 2e0268eea84af948c883c66c6ac6c1830f990bd5 Mon Sep 17 00:00:00 2001 From: iAmBenzo Date: Thu, 21 Nov 2024 08:55:53 +0000 Subject: [PATCH] add the windows gui to release --- .github/workflows/release.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 23421e8..58de3c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,12 +22,12 @@ jobs: artifact-cli: ktr artifact-gui: ktr_gui tar: true - - os: macos-13 - rust-target: x86_64-apple-darwin - artifact-name: mac - artifact-cli: ktr - artifact-gui: ktr_gui - tar: true + # - os: macos-13 + # rust-target: x86_64-apple-darwin + # artifact-name: mac + # artifact-cli: ktr + # artifact-gui: ktr_gui + # tar: true runs-on: ${{ matrix.os }} steps: - uses: actions/setup-python@v5 @@ -61,7 +61,8 @@ jobs: - if: ${{ !matrix.tar }} run: | cd target/release - 7z a -tzip ktr-v${{ env.KTR_VERSION }}-${{ matrix.artifact-name }}.zip ${{ matrix.artifact-cli }} ${{ matrix.artifact-gui }} + 7z a -tzip ktr-v${{ env.KTR_VERSION }}-${{ matrix.artifact-name }}.zip ${{ matrix.artifact-cli }} + 7z a -tzip ktr-v${{ env.KTR_VERSION }}-${{ matrix.artifact-name }}.zip ${{ matrix.artifact-gui }} - if: ${{ !matrix.tar }} uses: actions/upload-artifact@v4 with: