From 01df0d2b4e5ac7d66ed377e08ac02f50efe0d15b Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Fri, 8 Dec 2023 15:54:11 +0100 Subject: [PATCH] MInor fixes --- .github/workflows/itch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/itch.yml b/.github/workflows/itch.yml index 26cc266..556405f 100644 --- a/.github/workflows/itch.yml +++ b/.github/workflows/itch.yml @@ -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. on: @@ -36,7 +36,7 @@ jobs: uses: KikimoraGames/itch-publish@v0.0.3 with: gameData: ./dist - itchUsername: Leinnan + itchUsername: mevlyshkin itchGameId: rpack buildChannel: wasm butlerApiKey: ${{ secrets.butlerApi }}