Skip to content

Commit

Permalink
path finagling
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed May 2, 2024
1 parent b0a5aff commit 8c83f30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ODBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,15 @@ jobs:
- name: ODBC Tests
if: ${{ inputs.skip_tests != 'true' }}
shell: bash
run: |
ls -R build/release
./build/release/test/test_odbc
run: ./build/release/bin/Release/test_odbc.exe

- name: Deploy
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_DUCKDB_STAGING_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_DUCKDB_STAGING_KEY }}
run: |
zip -j duckdb_odbc-windows-amd64.zip bin/Release/*
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 8c83f30

Please sign in to comment.