mirror of https://github.com/Leinnan/rpack.git
MInor fixes
This commit is contained in:
parent
e338c97a34
commit
01df0d2b4e
|
|
@ -1,4 +1,4 @@
|
||||||
name: Github Pages
|
name: itch.io Build
|
||||||
|
|
||||||
# By default, runs if you push to master. keeps your deployed app in sync with master branch.
|
# By default, runs if you push to master. keeps your deployed app in sync with master branch.
|
||||||
on:
|
on:
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
uses: KikimoraGames/itch-publish@v0.0.3
|
uses: KikimoraGames/itch-publish@v0.0.3
|
||||||
with:
|
with:
|
||||||
gameData: ./dist
|
gameData: ./dist
|
||||||
itchUsername: Leinnan
|
itchUsername: mevlyshkin
|
||||||
itchGameId: rpack
|
itchGameId: rpack
|
||||||
buildChannel: wasm
|
buildChannel: wasm
|
||||||
butlerApiKey: ${{ secrets.butlerApi }}
|
butlerApiKey: ${{ secrets.butlerApi }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue