diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe6a31ea..b7431a40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/scripts/package_windows.ps1 b/scripts/package_windows.ps1 index c9a30bb6..635158e3 100644 --- a/scripts/package_windows.ps1 +++ b/scripts/package_windows.ps1 @@ -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" \ No newline at end of file +echo "Done" \ No newline at end of file