We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a2e2e commit 1a1d44dCopy full SHA for 1a1d44d
.github/workflows/build.yml
@@ -108,6 +108,13 @@ jobs:
108
path: src/out/${{ env.OUTPUT_NAME }}/libflutter_*.so
109
if-no-files-found: error
110
111
+ - uses: actions/upload-artifact@v2
112
+ if: github.event_name == 'push'
113
+ with:
114
+ name: tizen-${{ matrix.arch }}-${{ matrix.mode }}_symbols
115
+ path: src/out/${{ env.OUTPUT_NAME }}/so.unstripped/libflutter_*.so
116
+ if-no-files-found: error
117
+
118
- uses: actions/upload-artifact@v2
119
if: matrix.arch == 'arm' && matrix.mode == 'release'
120
with:
0 commit comments