Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
12f8379095 | |||
c10b9c413a | |||
ffec969889 |
@ -9,6 +9,9 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GAME_NAME: GodotExampleProject
|
GAME_NAME: GodotExampleProject
|
||||||
|
ITCHIO_USERNAME: Minimata
|
||||||
|
ITCHIO_GAMEID: CICDTestProject
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
BumpTag:
|
BumpTag:
|
||||||
@ -74,4 +77,31 @@ jobs:
|
|||||||
files: |-
|
files: |-
|
||||||
Windows.zip
|
Windows.zip
|
||||||
Linux.zip
|
Linux.zip
|
||||||
Mac.zip
|
Mac.zip
|
||||||
|
- 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: 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
|
||||||
|
@ -18,3 +18,7 @@ config/icon="res://icon.svg"
|
|||||||
[dotnet]
|
[dotnet]
|
||||||
|
|
||||||
project/assembly_name="ExampleProject"
|
project/assembly_name="ExampleProject"
|
||||||
|
|
||||||
|
[rendering]
|
||||||
|
|
||||||
|
textures/vram_compression/import_etc2_astc=true
|
||||||
|
Reference in New Issue
Block a user