From c4f485525744bdd458c19de2cc9dc9e079fb8f62 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 9 May 2023 12:47:32 +0200 Subject: [PATCH] Add space --- .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 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 \