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 4a570ae commit 456589dCopy full SHA for 456589d
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
if-no-files-found: error
122
123
- uses: actions/upload-artifact@v4
124
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name == 'push' && matrix.arch != 'x64' }}
125
with:
126
name: tizen-${{ matrix.arch }}-${{ matrix.mode }}_symbols
127
path: flutter/engine/src/out/build/so.unstripped/libflutter_engine.so
0 commit comments