Skip to content

Commit 76ec941

Browse files
authored
Update pull_request.yml
1 parent 1d79b12 commit 76ec941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
5959
# p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
6060
- name: Build Release
61-
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
61+
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}" -Dplatform=${{ matrix.os_prefix }}
6262
# env:
6363
# PROCESSING_APP_SIGNING: ${{ secrets.CERTIFICATES_P12 != '' }}
6464
- name: Add artifact

0 commit comments

Comments
 (0)