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 2ea68ed commit 0a9401bCopy full SHA for 0a9401b
.github/workflows/release.yml
@@ -177,6 +177,6 @@ jobs:
177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178
with:
179
upload_url: ${{ steps.get_release.outputs.upload_url }}
180
- asset_path: ./bin/dbstyleguidechecker-windows
181
- asset_name: dbstyleguidechecker-windows
+ asset_path: ./bin/dbstyleguidechecker-windows.exe
+ asset_name: dbstyleguidechecker-windows.exe
182
asset_content_type: application/octet-stream
0 commit comments