fix: build
This commit is contained in:
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@@ -173,7 +173,13 @@ jobs:
|
|||||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||||
run: |
|
run: |
|
||||||
make ${{ matrix.platform }}-release
|
make ${{ matrix.platform }}-release
|
||||||
|
|
||||||
|
- name: Copy to out Windows
|
||||||
|
if: matrix.platform == 'windows'
|
||||||
|
run: |
|
||||||
|
tree
|
||||||
|
.\scripts\package_windows.ps1
|
||||||
|
|
||||||
- name: Upload Debug Symbols
|
- name: Upload Debug Symbols
|
||||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||||
env:
|
env:
|
||||||
@@ -184,12 +190,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dart run sentry_dart_plugin
|
dart run sentry_dart_plugin
|
||||||
|
|
||||||
- name: Copy to out Windows
|
|
||||||
if: matrix.platform == 'windows'
|
|
||||||
run: |
|
|
||||||
tree
|
|
||||||
.\scripts\package_windows.ps1
|
|
||||||
|
|
||||||
- name: Code Sign
|
- name: Code Sign
|
||||||
if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
||||||
uses: hiddify/signtool-code-sign-sha256@main
|
uses: hiddify/signtool-code-sign-sha256@main
|
||||||
|
|||||||
Reference in New Issue
Block a user