From c2c0fa623f21edbcf278ee3996e26b0c18c12241 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Wed, 13 Mar 2024 14:14:23 +0100 Subject: [PATCH] update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70c3eae2..5bcdcf39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - name: Import Apple Codesign Certificates + - name: Import Apple Codesign Certificates if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }} uses: apple-actions/import-codesign-certs@v2 with: