Skip to content

Commit 5aeb28d

Browse files
authored
Merge pull request #5 from cnblogs/remove-sign-from-ci
ci: remove sign job
2 parents 4c17e46 + fb2d99e commit 5aeb28d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ jobs:
3232
- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
3333
run: ./build.sh
3434
- if: matrix.runs-on == 'windows-latest' && github.ref != 'refs/heads/main' && !contains(github.ref, 'refs/tags/')
35-
run: ./build.cmd
36-
- if: (matrix.runs-on == 'windows-latest') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
37-
env:
38-
SignClientSecret: ${{ secrets.SIGNCLIENTSECRET }}
39-
run: |
40-
./build.cmd sign
35+
run: ./build.cmd

0 commit comments

Comments
 (0)