Skip to content

Commit

Permalink
Disable windows release until #55 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Apr 6, 2021
1 parent 63179df commit cafe2a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
asset_name: linux-amd64
gu_binary: gu
- os: macos-latest
asset_name: darwin-amd64
gu_binary: gu
- os: windows-latest
asset_name: windows-amd64
gu_binary: gu.cmd
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit cafe2a3

Please sign in to comment.