File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
p12-file-base64 : ${{ secrets.CERTIFICATES_P12 }}
101
101
p12-password : ${{ secrets.CERTIFICATES_P12_PASSWORD }}
102
102
- name : Build Release
103
- run : ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}" -Dplatform.override =${{ matrix.os_prefix }}
103
+ run : ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}" -Dplatform=${{ matrix.os_prefix }}
104
104
env :
105
105
PROCESSING_APP_PASSWORD : ${{ secrets.PROCESSING_APP_PASSWORD }}
106
106
PROCESSING_APPLE_ID : ${{ secrets.PROCESSING_APPLE_ID }}
Original file line number Diff line number Diff line change 9
9
</classpath >
10
10
</taskdef >
11
11
12
- <property name =" platform.override" value =" " description =" Override OS (windows/linux/mac)" />
13
-
14
- <!-- First check if we have an override -->
15
- <condition property =" platform" value =" ${ platform.override } " >
16
- <isset property =" platform.override" />
17
- </condition >
18
-
19
12
<!-- Only do OS detection if platform isn't already set by override -->
20
13
<condition property =" platform" value =" macos" >
21
14
<and >
You can’t perform that action at this time.
0 commit comments