Skip to content

Commit

Permalink
chore: re-activate push-export
Browse files Browse the repository at this point in the history
  • Loading branch information
davcri committed Sep 24, 2023
1 parent 01093c9 commit 44490e5
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: false
if: true
name: Mac Export
runs-on: ubuntu-20.04
container:
Expand Down

0 comments on commit 44490e5

Please sign in to comment.