From fb2d99ef6d23ff21d0ff3a13b3aef5d3c281d11b Mon Sep 17 00:00:00 2001 From: dudu Date: Sun, 4 May 2025 18:45:05 +0800 Subject: [PATCH] ci: remove sign job --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 180e3c8..8342aa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,9 +32,4 @@ jobs: - if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu') run: ./build.sh - if: matrix.runs-on == 'windows-latest' && github.ref != 'refs/heads/main' && !contains(github.ref, 'refs/tags/') - run: ./build.cmd - - if: (matrix.runs-on == 'windows-latest') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/')) - env: - SignClientSecret: ${{ secrets.SIGNCLIENTSECRET }} - run: | - ./build.cmd sign \ No newline at end of file + run: ./build.cmd \ No newline at end of file