We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f113ea3 commit a510034Copy full SHA for a510034
.github/workflows/haskell.yaml
@@ -43,7 +43,7 @@ jobs:
43
- name: Copy binary and index.html
44
run: |
45
mkdir -p artifact_dir
46
- cp $(cabal list-bin sql2er-wasm -f build-sql2er-wasm) artifact_dir/
+ cp dist-newstyle/build/wasm32-wasi/ghc-9.8.3.20241108/sql2er-0.1.0.1/x/sql2er-wasm/opt/build/sql2er-wasm/sql2er-wasm.wasm artifact_dir/
47
cp index.html artifact_dir/
48
49
- name: Upload static files as artifact
0 commit comments