Skip to content

Commit 8ea1f10

Browse files
authored
Merge branch 'main' into main-gradle
2 parents 8cc0b5f + 76ec941 commit 8ea1f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Ant
5454
uses: cedx/setup-ant@v3
5555
- name: Build Release
56-
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
56+
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}" -Dplatform=${{ matrix.os_prefix }}
5757
- name: Add artifact
5858
uses: actions/upload-artifact@v3
5959
id: upload

0 commit comments

Comments
 (0)