fix:修复重复架构

This commit is contained in:
spiritlhl
2025-10-31 17:46:54 +08:00
parent 4886367355
commit 7cfbbc397c

View File

@@ -237,8 +237,8 @@ jobs:
run: |
mkdir -p .build
# Build the package
fyne package -os ${{ matrix.platform }}/${{ matrix.arch }} -name goecs --app-version "${{ needs.prepare.outputs.app_version }}"
# Build the package (use -os without arch for native builds)
fyne package -os ${{ matrix.platform }} -name goecs --app-version "${{ needs.prepare.outputs.app_version }}"
# Package the output
if [ "${{ matrix.platform }}" == "darwin" ]; then