Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Fix wasm release path
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrwe committed Aug 29, 2022
1 parent 4f9053d commit 43abebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
RELEASE_NAME: goo_vs_goblins
PUBLIC_URL: "."

jobs:
setup:
Expand Down Expand Up @@ -119,7 +118,7 @@ jobs:
version: "latest"
- name: Trunk Build
run: |
trunk build --release --public-url ${{ env.PUBLIC_URL }}
trunk build --release
- name: Rename
run: |
Expand Down

0 comments on commit 43abebd

Please sign in to comment.