From fd4e0eb901db55d934fd32b4d34c7946d74649b6 Mon Sep 17 00:00:00 2001 From: icehomura Date: Thu, 14 Nov 2024 15:25:22 +0800 Subject: [PATCH 1/2] chore: Update build-and-release.yml --- .github/workflows/build-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e800aa1..0a457fb 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -43,7 +43,7 @@ jobs: - name: Flet Build macOS (aarch64) run: | - flet pack --name GetQzonehistory-latest main.py -i .\assets\icon.ico + flet pack --name GetQzonehistory-latest main.py -i ./assets/icon.ico - name: Zip the macOS (aarch64) build run: | @@ -55,7 +55,7 @@ jobs: name: macos-aarch64-build-artifact path: ./GetQzoneHistory-GUI-macOS-aarch64-latest.zip - build-macos-x86: + build-macos-x86_64: runs-on: macos-13 steps: - name: Checkout code @@ -78,7 +78,7 @@ jobs: - name: Flet Build macOS (x86_64) run: | - flet pack --name GetQzonehistory-latest main.py -i .\assets\icon.ico + flet pack --name GetQzonehistory-latest main.py -i ./assets/icon.ico - name: Zip the macOS (x86_64) build run: | From cc001952cab8abb32dffff2425334b5e69cb8757 Mon Sep 17 00:00:00 2001 From: icehomura Date: Thu, 14 Nov 2024 15:26:48 +0800 Subject: [PATCH 2/2] chore: Update build-and-release.yml --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 0a457fb..fc7c36a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -127,7 +127,7 @@ jobs: path: ./GetQzoneHistory-GUI-Windows-x86_64-latest.zip release: - needs: [build-macos-aarch64, build-macos-x86, build-windows] # Release will run after all builds are completed + needs: [build-macos-aarch64, build-macos-x86_64, build-windows] # Release will run after all builds are completed runs-on: ubuntu-latest steps: