Skip to content

Commit

Permalink
fix replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 23, 2024
1 parent 82dba27 commit 6edb29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/await-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
shell: bash
run: |
TIME=30
GROUP_FOLDER="${GROUP_ID//./\/}"
GROUP_FOLDER="${GROUP_ID//.//}"
full_url="https://repo.maven.apache.org/maven2/${GROUP_FOLDER}/${ARTIFACT_ID}/${VERSION}"
until curl -fs -I -L "${full_url}" > /dev/null
do
Expand Down

0 comments on commit 6edb29a

Please sign in to comment.