Skip to content

Commit

Permalink
Zip build files
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeGSousa committed Jul 19, 2024
1 parent 4c8628d commit d47a8a1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
use-dotnet: false
- name: Web Build
run: |
mkdir -v -p build/web
godot -v --export-release "html5" --headless
# - uses: KikimoraGames/[email protected]
# with:
# butlerApiKey: ${{secrets.BUTLER_API_KEY}}
# gameData: ./build/${{ matrix.platform }}
# itchUsername: ${{env.ITCH_USERNAME}}
# itchGameId: ${{ env.ITCH_GAME_ID }}
# buildChannel: ${{ matrix.platform }}
mkdir -p build/${{ matrix.platform }}
godot -v --export-release "${{ matrix.platform }}" --headless
zip -r build/build_${{ matrix.platform }}.zip build/${{ matrix.platform }}
- uses: KikimoraGames/[email protected]
with:
butlerApiKey: ${{secrets.BUTLER_API_KEY}}
gameData: ./build/${{ matrix.platform }}
itchUsername: ${{env.ITCH_USERNAME}}
itchGameId: ${{ env.ITCH_GAME_ID }}
buildChannel: ${{ matrix.platform }}

0 comments on commit d47a8a1

Please sign in to comment.