Skip to content

Commit 6c47ebe

Browse files
authored
Update pull_request.yml
1 parent e350766 commit 6c47ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build Release
6161
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
6262
env:
63-
PROCESSING_APP_SIGNING: secrets.CERTIFICATES_P12 != ''
63+
PROCESSING_APP_SIGNING: ${{ secrets.CERTIFICATES_P12 != '' }}
6464
- name: Add artifact
6565
uses: actions/upload-artifact@v3
6666
id: upload

0 commit comments

Comments
 (0)