From cc001952cab8abb32dffff2425334b5e69cb8757 Mon Sep 17 00:00:00 2001 From: icehomura Date: Thu, 14 Nov 2024 15:26:48 +0800 Subject: [PATCH] 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: