We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eea27d5 + b09c365 commit 4940e93Copy full SHA for 4940e93
publish_artifacts.sh
@@ -12,4 +12,4 @@ aws s3 cp "$INPUT_PATH" "s3://$INPUT_S3_BUCKET/$INPUT_DESTINATION" --recursive -
12
13
# Step 3: Publish fileserver URL containing the artifacts
14
output_file="${GITHUB_OUTPUT}"
15
-echo "url=${INPUT_FILESERVER_URL}/${INPUT_S3_BUCKET}/${INPUT_DESTINATION}/" >> ${output_file}
+echo "url=${INPUT_FILESERVER_URL}/${INPUT_S3_BUCKET}/${INPUT_DESTINATION}" >> ${output_file}
0 commit comments