We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d05914 commit 6b00acdCopy full SHA for 6b00acd
.github/workflows/release-wasm.yml
@@ -14,11 +14,11 @@ jobs:
14
- name: Build WASM
15
run: |
16
if [ -f Makefile ] && grep -q build_wasm Makefile; then
17
- make build_wasm
18
- cp bin/cdd-python.wasm . || echo -n -e '\x00asm\x01\x00\x00\x00' > cdd-python.wasm
19
- else
20
- echo -n -e '\x00asm\x01\x00\x00\x00' > cdd-python.wasm
21
- fi
+ make build_wasm
+ cp bin/cdd-python.wasm . || echo -n -e '\x00asm\x01\x00\x00\x00' > cdd-python.wasm
+ else
+ echo -n -e '\x00asm\x01\x00\x00\x00' > cdd-python.wasm
+ fi
22
- name: Release WASM Artifact
23
uses: softprops/action-gh-release@v2
24
with:
0 commit comments