Skip to content

Commit

Permalink
missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed May 2, 2024
1 parent 3ebb7cf commit 9939268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_DUCKDB_STAGING_KEY }}
run: |
choco install zip -y --force
zip -j duckdb_odbc-windows-amd64.zip /build/release/bin/Release/duckdb_odbc.dll
zip -j duckdb_odbc-windows-amd64.zip ./build/release/bin/Release/duckdb_odbc.dll
./scripts/upload-assets-to-staging.sh github_release duckdb_odbc-windows-amd64.zip
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9939268

Please sign in to comment.