mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-12-24 12:37:53 +08:00
fix:修复重复架构
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user