Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Mar 10, 2024
1 parent dd8519f commit 834be47
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 834be47

Please sign in to comment.