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.
1 parent e350766 commit 6c47ebeCopy full SHA for 6c47ebe
.github/workflows/pull_request.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Build Release
61
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
62
env:
63
- PROCESSING_APP_SIGNING: secrets.CERTIFICATES_P12 != ''
+ PROCESSING_APP_SIGNING: ${{ secrets.CERTIFICATES_P12 != '' }}
64
- name: Add artifact
65
uses: actions/upload-artifact@v3
66
id: upload
0 commit comments