From a2fcccfaf632634266d2e1c3eda23aab7cd9a850 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 14:41:52 +0200 Subject: [PATCH] change channel to html5 --- .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 4dc47bd..4895522 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: | - web-dist \ No newline at end of file + html5 web-dist \ No newline at end of file