mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Just pre-defining platform is enough
This commit is contained in:
@@ -100,7 +100,7 @@ jobs:
|
||||
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
|
||||
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
|
||||
- name: Build Release
|
||||
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}" -Dplatform.override=${{ matrix.os_prefix }}
|
||||
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}" -Dplatform=${{ matrix.os_prefix }}
|
||||
env:
|
||||
PROCESSING_APP_PASSWORD: ${{ secrets.PROCESSING_APP_PASSWORD }}
|
||||
PROCESSING_APPLE_ID: ${{ secrets.PROCESSING_APPLE_ID }}
|
||||
|
||||
@@ -9,13 +9,6 @@
|
||||
</classpath>
|
||||
</taskdef>
|
||||
|
||||
<property name="platform.override" value="" description="Override OS (windows/linux/mac)" />
|
||||
|
||||
<!-- First check if we have an override -->
|
||||
<condition property="platform" value="${platform.override}">
|
||||
<isset property="platform.override"/>
|
||||
</condition>
|
||||
|
||||
<!-- Only do OS detection if platform isn't already set by override -->
|
||||
<condition property="platform" value="macos">
|
||||
<and>
|
||||
|
||||
Reference in New Issue
Block a user