Skip to content

Commit

Permalink
Remove libflutter_engine.so from host-x64-debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
WonyoungChoi committed Sep 29, 2021
1 parent 1cb446e commit 05b469b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ jobs:
with:
name: host-${{ matrix.arch }}-${{ matrix.mode }}
path: |
src/out/${{ env.OUTPUT_NAME }}/libflutter_*.so
src/out/${{ env.OUTPUT_NAME }}/*_unittests
- uses: actions/upload-artifact@v2
if: matrix.os == 'linux'
with:
name: tizen-${{ matrix.arch }}-${{ matrix.mode }}
path: src/out/${{ env.OUTPUT_NAME }}/libflutter_*.so
path: |
src/out/${{ env.OUTPUT_NAME }}/libflutter_*.so
- uses: actions/upload-artifact@v2
if: matrix.arch == 'arm' && matrix.mode == 'release'
Expand Down

0 comments on commit 05b469b

Please sign in to comment.