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 052143d commit c8e474dCopy full SHA for c8e474d
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
cabal build
54
mkdir -p dist
55
- BIN_PATH=$(cabal list-bin exe:json-to-sql)
+ BIN_PATH=$(cabal list-bin json-to-sql-exe)
56
if [[ -f "$BIN_PATH" ]]; then
57
cp "$BIN_PATH" dist/json-to-sql-${{ runner.os == 'Linux' && 'linux' || 'macos' }}
58
else
0 commit comments