Skip to content

Commit

Permalink
ci: install trunk in the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jun 1, 2024
1 parent d6444b9 commit bb361ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
cp book/banner.webp dist/banner.webp
cp book/landing.html dist/index.html
- name: Download and install Trunk binary
working-directory: crates/games-ui
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Build Web App
run: ./trunk build --release --public-url $public_url
Expand Down

0 comments on commit bb361ea

Please sign in to comment.