diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5eb43c..cb808c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,6 @@ jobs: run: | curl -L https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -o butler.zip unzip butler.zip - ./butler push $GITHUB_WORKSPACE/web-dist your-itch-username/your-game-slug:html5 + ./butler push $GITHUB_WORKSPACE/web-dist dynamitos/visual-novel:html5 env: BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} \ No newline at end of file