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