Skip to content

Commit

Permalink
run without windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Jun 17, 2022
1 parent 6039453 commit 4d11158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gzip "work/release/bleep-$VERSION-x86-64-pc-linux"
mv artifacts/macos-binary/bleep "work/release/bleep-$VERSION-x86-64-apple-darwin"
gzip "work/release/bleep-$VERSION-x86-64-apple-darwin"

zip -rj "work/release/bleep-$VERSION-x86-64-pc-win32.zip" artifacts/windows-binary/bleep.exe
#zip -rj "work/release/bleep-$VERSION-x86-64-pc-win32.zip" artifacts/windows-binary/bleep.exe
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- os: macos-latest
file_name: bleep
artifact_name: macos-binary
- os: windows-latest
file_name: bleep.exe
artifact_name: windows-binary
# - os: windows-latest
# file_name: bleep.exe
# artifact_name: windows-binary
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4d11158

Please sign in to comment.