diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 198bf1b..53a6b5c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,4 +40,4 @@ jobs: itch_game: 'visual-novel' # Pushes to the web channel automatically files: | - $GITHUB_WORKSPACE/web-dist -> html5 \ No newline at end of file + web-dist -> html5 \ No newline at end of file