Skip to content

Commit a510034

Browse files
committed
Fixed file path
1 parent f113ea3 commit a510034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Copy binary and index.html
4444
run: |
4545
mkdir -p artifact_dir
46-
cp $(cabal list-bin sql2er-wasm -f build-sql2er-wasm) artifact_dir/
46+
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/
4747
cp index.html artifact_dir/
4848
4949
- name: Upload static files as artifact

0 commit comments

Comments
 (0)