From 5591a775675c6d210bd720ed4d0fb590c0b610b9 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Fri, 8 Dec 2023 16:21:30 +0100 Subject: [PATCH] update path v2 --- .github/workflows/itch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/itch.yml b/.github/workflows/itch.yml index da2e9cf..8668dfe 100644 --- a/.github/workflows/itch.yml +++ b/.github/workflows/itch.yml @@ -35,7 +35,7 @@ jobs: - name: Build run: ./trunk build --release - name: Update result file - run: sed -i 's|/rpack|rpack|g' dist/index.html + run: sed -i 's|/rpack|./rpack|g' dist/index.html - name: Itch.io - Publish uses: KikimoraGames/itch-publish@v0.0.3 with: