mirror of https://github.com/Leinnan/rpack.git
Try relative paths
This commit is contained in:
parent
b7ff66ee42
commit
d5bc501cb7
|
|
@ -30,8 +30,10 @@ jobs:
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: Download and install Trunk binary
|
- 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-
|
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
|
- name: Build
|
||||||
run: ./trunk build --release --public-url "html/9267080-877894/"
|
run: ./trunk build --release
|
||||||
- name: Itch.io - Publish
|
- name: Itch.io - Publish
|
||||||
uses: KikimoraGames/itch-publish@v0.0.3
|
uses: KikimoraGames/itch-publish@v0.0.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue