Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
- name: Build WASM artifacts
env:
RUSTC_WRAPPER: sccache
# deka_compiler_metadata() reads this via option_env! at compile time.
# Without it SOURCE_COMMIT falls back to the literal string "unknown",
# which testsuite.deka.gg then renders as "@unknown" beside the version.
DEKA_SOURCE_COMMIT: ${{ github.sha }}
run: scripts/build-wasm.sh dist/wasm

- name: Upload WASM artifacts
Expand Down
Loading