Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Tizen] Disable x64 symbol generation temporary (#14)
  • Loading branch information
JSUYA committed Dec 4, 2025
commit 6c75bbef9cdac02a0b2988959575b3b8740f7557
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
if-no-files-found: error

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