fix: build
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -174,6 +174,12 @@ jobs:
|
||||
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,11 +190,6 @@ 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') }}
|
||||
|
||||
Reference in New Issue
Block a user