diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 9ab3ede3a..66b80c149 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -26,7 +26,7 @@ jobs: maven_config="$(cat .mvn/maven.config)" current_version="${maven_config/#*-Drevision=}" current_version="${current_version/ */}" - current_version="${current_version/-SNAPSHOT/-$(date +%m_%d_%H)-SNAPSHOT/}" + current_version="${current_version/-SNAPSHOT/-$(date +%m_%d_%H)-SNAPSHOT}" cd cli mvn -B -ntp -Pnative -DskipTests=true -Drevision=${current_version} package - name: Upload native image