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 4d0708d commit fc40fdfCopy full SHA for fc40fdf
.github/workflows/pull_request.yml
@@ -54,6 +54,8 @@ jobs:
54
uses: cedx/setup-ant@v3
55
- name: Build Release
56
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}
57
+ env:
58
+ PROCESSING_APP_SIGNING: false
59
- name: Add artifact
60
uses: actions/upload-artifact@v3
61
id: upload
0 commit comments