From 7594e7af475ad9c4e7ce3ed0b7ef21af6c941dd1 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 9 Sep 2023 15:10:32 +0200 Subject: [PATCH] Fix github actions --- .github/workflows/platform_natives.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 2f6141a..4950890 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -268,7 +268,7 @@ jobs: -Drevision=$REVISION \ -Dclassifier=$TYPE \ -Dnative.type.classifier="$TYPE" - if [[ "$TYPE" == "linux_amd64_ssl1" ]]; then + if [[ "$TYPE" == "linux_amd64_gnu_ssl1" ]]; then mvn -B org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv-snapshot \ -DrepositoryId=mchv-snapshot-distribution \ -Dfile=natives/.ci-friendly-pom.xml \ @@ -304,7 +304,7 @@ jobs: -Drevision=$REVISION \ -Dclassifier=$TYPE \ -Dnative.type.classifier="$TYPE" - if [[ "$TYPE" == "linux_amd64_ssl1" ]]; then + if [[ "$TYPE" == "linux_amd64_gnu_ssl1" ]]; then mvn -B org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv \ -DrepositoryId=mchv-release-distribution \ -Dfile=natives/.ci-friendly-pom.xml \