Skip to content

Commit

Permalink
Fix upload condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Jul 2, 2024
1 parent 98121bc commit e210d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_extension_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
SSH_USER: ${{ secrets.SSH_USER }}
SSH_HOST: ${{ secrets.SSH_HOST }}
UPLOAD_BASE_PATH: ${{ secrets.UPLOAD_BASE_PATH }}
if: ${{!startsWith(matrix.duckdb, 'wasm') }}
if: ${{ ! startsWith(matrix.duckdb_arch, 'wasm') }}
run: |
git config --global --add safe.directory '*'
cd duckdb
Expand Down

0 comments on commit e210d05

Please sign in to comment.