Skip to content

Commit f94baff

Browse files
fix: exe path
1 parent 4c75bb8 commit f94baff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Verify pushed sqlc requests are synced
119119
run: |
120120
dotnet build LocalRunner -c Release
121-
mkdir -p dist && cp ./LocalRunner/bin/release/net8.0/LocalRunner ./dist/LocalRunner
121+
mkdir -p dist && cp ./LocalRunner/bin/release/.net8.0/LocalRunner ./dist/LocalRunner
122122
sqlc -f sqlc.local.yaml diff
123123
124124

0 commit comments

Comments
 (0)