Try relative paths

This commit is contained in:
Piotr Siuszko 2023-12-08 16:06:55 +01:00
parent b7ff66ee42
commit d5bc501cb7
1 changed files with 3 additions and 1 deletions

View File

@ -30,8 +30,10 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Update file
run: sed -i '15d' index.html
- name: Build
run: ./trunk build --release --public-url "html/9267080-877894/"
run: ./trunk build --release
- name: Itch.io - Publish
uses: KikimoraGames/itch-publish@v0.0.3
with: