From 834be47d9dbf0d4cfcb433af1da70ce70ebf5cac Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sun, 10 Mar 2024 08:46:31 +0100 Subject: [PATCH] fix: build --- .github/workflows/build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 769e52e6..ed19fc28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,7 +173,13 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} run: | make ${{ matrix.platform }}-release - + + - name: Copy to out Windows + if: matrix.platform == 'windows' + run: | + tree + .\scripts\package_windows.ps1 + - name: Upload Debug Symbols if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }} env: @@ -184,12 +190,7 @@ jobs: run: | dart run sentry_dart_plugin - - name: Copy to out Windows - if: matrix.platform == 'windows' - run: | - tree - .\scripts\package_windows.ps1 - + - name: Code Sign if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }} uses: hiddify/signtool-code-sign-sha256@main