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 4c75bb8 commit f94baffCopy full SHA for f94baff
1 file changed
.github/workflows/build.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Verify pushed sqlc requests are synced
119
run: |
120
dotnet build LocalRunner -c Release
121
- mkdir -p dist && cp ./LocalRunner/bin/release/net8.0/LocalRunner ./dist/LocalRunner
+ mkdir -p dist && cp ./LocalRunner/bin/release/.net8.0/LocalRunner ./dist/LocalRunner
122
sqlc -f sqlc.local.yaml diff
123
124
0 commit comments