From 57111e34f47d4c925c0ed1108979d3a028f64cc9 Mon Sep 17 00:00:00 2001 From: Sunrise Date: Sun, 5 May 2024 00:51:01 +0800 Subject: [PATCH] Update Build for release.yml --- .github/workflows/Build for release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build for release.yml b/.github/workflows/Build for release.yml index c45ec3f..dcaacf7 100644 --- a/.github/workflows/Build for release.yml +++ b/.github/workflows/Build for release.yml @@ -364,7 +364,7 @@ jobs: run: echo "Artifact ID is ${{ steps.upload.outputs.artifact-id }}" publish: - if: github.event_name == "release" + if: github.event_name == 'release' runs-on: ubuntu-latest needs: [FreeBSD-x86_64-static, Linux-arm64-static, Linux-x86_64-static, Windows-x86_64-static, macOS-universal] steps: