We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a2c34 commit 243a201Copy full SHA for 243a201
.github/workflows/build_windows.yml
@@ -135,8 +135,8 @@ jobs:
135
path: ${{ runner.workspace }}/build/avogadroapp/Avogadro*.*
136
name: ${{ matrix.config.artifact }}
137
138
- - name: Sign Windows artifact
139
- if: matrix.config.os == 'windows-latest' && github.ref == 'refs/heads/master'
+ - name: Sign Windows release
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
140
uses: signpath/github-action-submit-signing-request@v1
141
with:
142
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
0 commit comments