|
|
|
|
@@ -57,18 +57,18 @@ jobs:
|
|
|
|
|
- name: Build Windows
|
|
|
|
|
run: |
|
|
|
|
|
mkdir -v -p build/windows
|
|
|
|
|
godot --headless --verbose --build-solutions --import --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
|
|
|
|
|
godot --headless --verbose --build-solutions --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
|
|
|
|
|
zip -r Windows.zip build/windows
|
|
|
|
|
- name: Linux Build
|
|
|
|
|
run: |
|
|
|
|
|
mkdir -v -p build/linux
|
|
|
|
|
godot --headless --verbose --export-release "Linux/X11" build/linux/${{ env.GAME_NAME }}.x86_64
|
|
|
|
|
zip -r Linux.zip build/linux
|
|
|
|
|
- name: Mac Build
|
|
|
|
|
run: |
|
|
|
|
|
mkdir -v -p build/mac
|
|
|
|
|
godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
|
|
|
|
|
zip -r Mac.zip build/mac
|
|
|
|
|
# - name: Linux Build
|
|
|
|
|
# run: |
|
|
|
|
|
# mkdir -v -p build/linux
|
|
|
|
|
# godot --headless --verbose --export-release "Linux/X11" build/linux/${{ env.GAME_NAME }}.x86_64
|
|
|
|
|
# zip -r Linux.zip build/linux
|
|
|
|
|
# - name: Mac Build
|
|
|
|
|
# run: |
|
|
|
|
|
# mkdir -v -p build/mac
|
|
|
|
|
# godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
|
|
|
|
|
# zip -r Mac.zip build/mac
|
|
|
|
|
|
|
|
|
|
- name: Upload to Itch
|
|
|
|
|
uses: KikimoraGames/itch-publish@v0.0.3
|
|
|
|
|
@@ -79,21 +79,21 @@ jobs:
|
|
|
|
|
buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
|
|
|
|
|
gameData: Windows.zip
|
|
|
|
|
buildChannel: windows
|
|
|
|
|
- name: Upload to Itch
|
|
|
|
|
uses: KikimoraGames/itch-publish@v0.0.3
|
|
|
|
|
with:
|
|
|
|
|
butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
|
|
|
|
|
itchUsername: ${{ env.ITCHIO_USERNAME }}
|
|
|
|
|
itchGameId: ${{ env.ITCHIO_GAMEID }}
|
|
|
|
|
buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
|
|
|
|
|
gameData: Linux.zip
|
|
|
|
|
buildChannel: linux
|
|
|
|
|
- name: Upload to Itch
|
|
|
|
|
uses: KikimoraGames/itch-publish@v0.0.3
|
|
|
|
|
with:
|
|
|
|
|
butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
|
|
|
|
|
itchUsername: ${{ env.ITCHIO_USERNAME }}
|
|
|
|
|
itchGameId: ${{ env.ITCHIO_GAMEID }}
|
|
|
|
|
buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
|
|
|
|
|
gameData: Mac.zip
|
|
|
|
|
buildChannel: mac
|
|
|
|
|
# - name: Upload to Itch
|
|
|
|
|
# uses: KikimoraGames/itch-publish@v0.0.3
|
|
|
|
|
# with:
|
|
|
|
|
# butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
|
|
|
|
|
# itchUsername: ${{ env.ITCHIO_USERNAME }}
|
|
|
|
|
# itchGameId: ${{ env.ITCHIO_GAMEID }}
|
|
|
|
|
# buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
|
|
|
|
|
# gameData: Linux.zip
|
|
|
|
|
# buildChannel: linux
|
|
|
|
|
# - name: Upload to Itch
|
|
|
|
|
# uses: KikimoraGames/itch-publish@v0.0.3
|
|
|
|
|
# with:
|
|
|
|
|
# butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
|
|
|
|
|
# itchUsername: ${{ env.ITCHIO_USERNAME }}
|
|
|
|
|
# itchGameId: ${{ env.ITCHIO_GAMEID }}
|
|
|
|
|
# buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
|
|
|
|
|
# gameData: Mac.zip
|
|
|
|
|
# buildChannel: mac
|
|
|
|
|
|