From 97b7b65356eb010a6086c0417a159dc29f43c535 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 14:34:50 +0200 Subject: [PATCH] Fix deploy path --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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