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 fc40fdf commit 8ddc54eCopy full SHA for 8ddc54e
.github/workflows/pull_request.yml
@@ -53,9 +53,7 @@ jobs:
53
- name: Setup Ant
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
+ run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
59
- name: Add artifact
60
uses: actions/upload-artifact@v3
61
id: upload
0 commit comments