Skip to content

Commit

Permalink
remove windows releases for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jooaodanieel committed Jul 10, 2022
1 parent ed89f2e commit 21cd06f
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,9 @@ jobs:
name: gcommit-${{ matrix.os }}.kexe
path: build/bin/native/releaseExecutable/g-commit.kexe

build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: fwilhe2/setup-kotlin@main
with:
install-native: true
- run: ./gradlew.bat build
- uses: actions/upload-artifact@v3
with:
name: gcommit-windows-latest.kexe
path: build/bin/native/releaseExecutable/g-commit.kexe

release:
runs-on: ubuntu-latest
needs: [build-non-win, build-win]
needs: [build-non-win]
steps:
- uses: actions/download-artifact@v3
name: download ubuntu
Expand All @@ -48,16 +35,11 @@ jobs:
name: download macos
with:
name: gcommit-macos-latest.kexe
- uses: actions/download-artifact@v3
name: download windows
with:
name: gcommit-windows-latest.kexe

- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.RELEASE_TOKEN }}
title: GCommit
files: |
gcommit-windows-latest.kexe
gcommit-macos-latest.kexe
gcommit-ubuntu-latest.kexe

0 comments on commit 21cd06f

Please sign in to comment.