Skip to content

Commit

Permalink
Correct directory for web builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Mar 26, 2022
1 parent 197b4a5 commit 1ce0817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ jobs:
- name: optimize Wasm
uses: NiklasEi/wasm-opt@v2
with:
file: build/web/target/*.wasm
file: dist/*.wasm
- name: Zip release
uses: vimtor/action-zip@v1
with:
files: build/web/
files: dist/
dest: ${{ env.GAME_EXECUTABLE_NAME }}_web.zip
- name: Upload release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 1ce0817

Please sign in to comment.