release: version 0.17.5.dev
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -182,7 +182,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Upload Debug Symbols
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' && !startsWith(matrix.platform,'windows') }}
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
|
||||
Reference in New Issue
Block a user