Skip to content

Commit 014db33

Browse files
committed
Fix typo
1 parent e3072eb commit 014db33

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ jobs:
127127
path: flutter/engine/src/out/build/so.unstripped/libflutter_engine.so
128128
if-no-files-found: error
129129

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-
137130
- uses: actions/upload-artifact@v4
138131
if: ${{ matrix.mode != 'debug' && matrix.arch != 'x64'}}
139132
with:

0 commit comments

Comments
 (0)