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
|
- 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:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ Compress-Archive -Force -Path "dist\tmp\hiddify-next" -DestinationPath "out\Hidd
|
|||||||
|
|
||||||
Remove-Item -Path "$HOME\.pub-cache\git\cache\flutter_circle_flags*" -Force -Recurse -ErrorAction SilentlyContinue
|
Remove-Item -Path "$HOME\.pub-cache\git\cache\flutter_circle_flags*" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
echo "D"
|
echo "Done"
|
||||||
Reference in New Issue
Block a user