diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 0e0a9f0..515b666 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -201,7 +201,7 @@ jobs: -Drevision=$REVISION \ -Dclassifier=$TYPE \ -Dnative.type.classifier="$TYPE" - if [[ "$TYPE" == "linux-amd64-ssl1"]]; then + if [[ "$TYPE" == "linux-amd64-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 \ @@ -237,7 +237,7 @@ jobs: -Drevision=$REVISION \ -Dclassifier=$TYPE \ -Dnative.type.classifier="$TYPE" - if [[ "$TYPE" == "linux-amd64-ssl1"]]; then + if [[ "$TYPE" == "linux-amd64-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 \