Skip to content

Commit 456589d

Browse files
authored
Disable x64 symbol generation temporary (#14)
1 parent 4a570ae commit 456589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
if-no-files-found: error
122122

123123
- uses: actions/upload-artifact@v4
124-
if: ${{ github.event_name == 'push' }}
124+
if: ${{ github.event_name == 'push' && matrix.arch != 'x64' }}
125125
with:
126126
name: tizen-${{ matrix.arch }}-${{ matrix.mode }}_symbols
127127
path: flutter/engine/src/out/build/so.unstripped/libflutter_engine.so

0 commit comments

Comments
 (0)