Skip to content

Commit

Permalink
Avoiding copy paste issues or auto open on URL
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Ospina <[email protected]>
  • Loading branch information
sebosp committed Feb 15, 2024
1 parent 101eec4 commit 76388cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fi

# Upload the file to the tag's release.
file_name=${file_path##*/}
echo "Uploading asset $file_name to $upload_url..."
echo "Uploading asset $file_name to $upload_url ..."
curl -f \
--http1.1 \
-X POST \
Expand Down

0 comments on commit 76388cf

Please sign in to comment.