Skip to content

Commit 4940e93

Browse files
authored
Merge pull request #21 from ricardosalveti/aws
Remove extra / from URL
2 parents eea27d5 + b09c365 commit 4940e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ aws s3 cp "$INPUT_PATH" "s3://$INPUT_S3_BUCKET/$INPUT_DESTINATION" --recursive -
1212

1313
# Step 3: Publish fileserver URL containing the artifacts
1414
output_file="${GITHUB_OUTPUT}"
15-
echo "url=${INPUT_FILESERVER_URL}/${INPUT_S3_BUCKET}/${INPUT_DESTINATION}/" >> ${output_file}
15+
echo "url=${INPUT_FILESERVER_URL}/${INPUT_S3_BUCKET}/${INPUT_DESTINATION}" >> ${output_file}

0 commit comments

Comments
 (0)