Skip to content

Commit

Permalink
github(release): remove windows build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent 7834064 commit c8339ee
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,6 @@ jobs:
name: debian-distribution
path: ./build/compose/binaries/main/deb/ck3-workbench_0.0.1-1_amd64.deb

windows_build:
needs: build
name: Windows Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create Windows Distribution
run: ./gradlew packageMsi --info

macos_build:
needs: build
name: macOS Build
Expand Down

0 comments on commit c8339ee

Please sign in to comment.