Skip to content

Commit

Permalink
add the windows gui to release
Browse files Browse the repository at this point in the history
  • Loading branch information
iambenzo committed Nov 21, 2024
1 parent 13d9cb0 commit 2e0268e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2e0268e

Please sign in to comment.