We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c17e46 + fb2d99e commit 5aeb28dCopy full SHA for 5aeb28d
.github/workflows/ci.yml
@@ -32,9 +32,4 @@ jobs:
32
- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
33
run: ./build.sh
34
- 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
+ run: ./build.cmd
0 commit comments