diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14131ba13..017b724d0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,12 +38,8 @@ jobs: export CHANGELIST="" echo "Packaging version ${REVISION}${CHANGELIST}" mvn package -pl ugs-classic assembly:assembly -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST} - mvn package -pl ugs-platform/application -P create-macosx-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST} - mvn package -pl ugs-platform/application -P create-win32-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST} - mvn package -pl ugs-platform/application -P create-win64-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST} - mvn package -pl ugs-platform/application -P create-linux-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST} - mvn package -pl ugs-platform/application -P create-pi-package -DskipTests=true -Drevision=${REVISION} -Dchangelist=${CHANGELIST} - + mvn package -pl ugs-platform/application -P create-macosx-x64-package,create-macosx-aarch64-package,create-win32-package,create-win64-package,create-linux-x64-package,create-linux-arm-package,create-linux-aarch64-package -DskipTests=true + # https://github.com/marketplace/actions/upload-to-github-release - name: Upload binaries to snapshot release uses: xresloader/upload-to-github-release@v1 diff --git a/ugs-platform/application/pom.xml b/ugs-platform/application/pom.xml index 63ab5d3fb..9140aa668 100644 --- a/ugs-platform/application/pom.xml +++ b/ugs-platform/application/pom.xml @@ -421,7 +421,7 @@ - + @@ -515,7 +515,7 @@ - + @@ -549,7 +549,7 @@ - + @@ -643,7 +643,7 @@ - +