Skip to content

Commit

Permalink
release: version 0.17.5.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Mar 10, 2024
1 parent cd6ca24 commit 2d795ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

echo "D"
echo "Done"

0 comments on commit 2d795ed

Please sign in to comment.