Skip to content

Commit

Permalink
Include wasm tarball in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jun 28, 2024
1 parent f13ce70 commit f9a71df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
name: WebAssembly
path: build/wasm/Graphia-*
path: build/wasm/Graphia-WebAssembly-*
- uses: actions/upload-artifact@v3
with:
name: WebAssembly Logs
Expand Down Expand Up @@ -619,6 +619,7 @@ jobs:
- linux
- windows
- macos
- wasm
steps:
- uses: actions/download-artifact@v3
with:
Expand All @@ -632,6 +633,10 @@ jobs:
with:
name: Windows Installer
path: release/Windows Installer
- uses: actions/download-artifact@v4
with:
pattern: *Graphia-WebAssembly-*.tar.gz
path: release/WebAssembly
- name: Create Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit f9a71df

Please sign in to comment.