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.
2 parents 8cc0b5f + 76ec941 commit 8ea1f10Copy full SHA for 8ea1f10
.github/workflows/pull_request.yml
@@ -53,7 +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 }}"
+ run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}" -Dplatform=${{ matrix.os_prefix }}
57
- name: Add artifact
58
uses: actions/upload-artifact@v3
59
id: upload
0 commit comments