Skip to content

Commit

Permalink
Release Windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran committed May 12, 2023
1 parent 760d115 commit 44dbcb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- windows-releases

jobs:
check_release:
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
- s390x-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-apple-darwin
- x86_64-pc-windows-gnu
runs-on: ${{ (matrix.target == 'aarch64-apple-darwin' || matrix.target == 'x86_64-apple-darwin') && 'macos-latest' || 'ubuntu-latest' }}
steps:
- name: Checkout repository
Expand All @@ -76,6 +78,10 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Install mingw-w64
run: sudo apt install -y mingw-w64
if: matrix.target == 'x86_64-pc-windows-gnu'

- name: Build target
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Kill processes by port number
- Supports multiple port numbers
- Verbosity control
- Works on Linux and macOS
- Works on Linux, macOS and Windows

## Installation

Expand Down

0 comments on commit 44dbcb0

Please sign in to comment.