We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d79b12 commit 76ec941Copy full SHA for 76ec941
.github/workflows/pull_request.yml
@@ -58,7 +58,7 @@ jobs:
58
# p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
59
# p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
60
- name: Build Release
61
- run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
+ run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}" -Dplatform=${{ matrix.os_prefix }}
62
# env:
63
# PROCESSING_APP_SIGNING: ${{ secrets.CERTIFICATES_P12 != '' }}
64
- name: Add artifact
0 commit comments