Skip to content

Commit

Permalink
Hope this works: part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Nov 13, 2024
1 parent 1c801a6 commit 4730940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
wasm32-wasi-cabal build sql2er-wasm -f build-sql2er-wasm
- name: Copy binary and index.html
run: |
run: |
mkdir -p artifact_dir
cp $(cabal list-bin sql2er-wasm -f build-sql2er-wasm) artifact_dir/
cp index.html artifact_dir/
Expand Down

0 comments on commit 4730940

Please sign in to comment.