Skip to content

Commit

Permalink
github(release): rename build ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent 2ea7b33 commit 7834064
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

release:
needs:
- debian_release
- macos_release
#- windows_release
- debian_build
- macos_build
#- windows_build
name: Release
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
asset_name: ck3-workbench-0.0.1.dmg
asset_content_type: application/zip

debian_release:
debian_build:
needs: build
name: Debian Release
name: Debian Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -90,9 +90,9 @@ jobs:
name: debian-distribution
path: ./build/compose/binaries/main/deb/ck3-workbench_0.0.1-1_amd64.deb

windows_release:
windows_build:
needs: build
name: Windows Release
name: Windows Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -105,9 +105,9 @@ jobs:
- name: Create Windows Distribution
run: ./gradlew packageMsi --info

macos_release:
macos_build:
needs: build
name: macOS Release
name: macOS Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7834064

Please sign in to comment.