Update dist file

This commit is contained in:
Piotr Siuszko 2023-12-08 16:18:14 +01:00
parent d5bc501cb7
commit f05d575915
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
run: sed -i '15d' index.html run: sed -i '15d' index.html
- name: Build - name: Build
run: ./trunk build --release run: ./trunk build --release
- name: Update result file
run: sed -i 's|/rpack|rpack|g' dist/index.html
- name: Itch.io - Publish - name: Itch.io - Publish
uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
with: with: