Skip to content

Commit

Permalink
chore: re-activate linux, win and html5 steps.
Browse files Browse the repository at this point in the history
Disable macos because of this issue: #82
  • Loading branch information
davcri committed Sep 25, 2023
1 parent afaba1d commit 742a70b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
export-windows:
if: false
if: true
name: Windows Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
PACKAGE: itch.zip

export-linux:
if: false
if: true
name: Linux Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
PACKAGE: itch.zip

export-web:
if: false
if: true
name: Web Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
PACKAGE: itch.zip

export-mac:
if: true
if: false # currently broken, see https://github.com/crystal-bit/godot-game-template/issues/82
name: Mac Export
runs-on: ubuntu-20.04
container:
Expand Down

0 comments on commit 742a70b

Please sign in to comment.