Skip to content

Commit

Permalink
#791: fix version (remove trailing slash)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Dec 5, 2024
1 parent 06cd836 commit 759ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 759ad5f

Please sign in to comment.