Skip to content

Commit c8e474d

Browse files
fix executable
1 parent 052143d commit c8e474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
cabal build
5454
mkdir -p dist
55-
BIN_PATH=$(cabal list-bin exe:json-to-sql)
55+
BIN_PATH=$(cabal list-bin json-to-sql-exe)
5656
if [[ -f "$BIN_PATH" ]]; then
5757
cp "$BIN_PATH" dist/json-to-sql-${{ runner.os == 'Linux' && 'linux' || 'macos' }}
5858
else

0 commit comments

Comments
 (0)