Skip to content

Commit

Permalink
[ci] Publish debug symbols (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim authored Apr 19, 2022
1 parent f6a2e2e commit 1a1d44d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ jobs:
path: src/out/${{ env.OUTPUT_NAME }}/libflutter_*.so
if-no-files-found: error

- uses: actions/upload-artifact@v2
if: github.event_name == 'push'
with:
name: tizen-${{ matrix.arch }}-${{ matrix.mode }}_symbols
path: src/out/${{ env.OUTPUT_NAME }}/so.unstripped/libflutter_*.so
if-no-files-found: error

- uses: actions/upload-artifact@v2
if: matrix.arch == 'arm' && matrix.mode == 'release'
with:
Expand Down

0 comments on commit 1a1d44d

Please sign in to comment.