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 e3072eb commit 014db33Copy full SHA for 014db33
.github/workflows/build.yml
@@ -127,13 +127,6 @@ jobs:
127
path: flutter/engine/src/out/build/so.unstripped/libflutter_engine.so
128
if-no-files-found: error
129
130
- - uses: actions/upload-artifact@v4
131
- if: ${{ matrix.mode != 'debug' }}
132
- with:
133
- name: tizen-${{ matrix.arch }}-${{ matrix.mode }}_linux-x64
134
- path: flutter/engine/src/out/build/clang_x64/gen_snapshot
135
- if-no-files-found: error
136
-
137
- uses: actions/upload-artifact@v4
138
if: ${{ matrix.mode != 'debug' && matrix.arch != 'x64'}}
139
with:
0 commit comments