Skip to content

Commit 76388cf

Browse files
committed
Avoiding copy paste issues or auto open on URL
Signed-off-by: Seb Ospina <kraige@gmail.com>
1 parent 101eec4 commit 76388cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_asset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fi
7979

8080
# Upload the file to the tag's release.
8181
file_name=${file_path##*/}
82-
echo "Uploading asset $file_name to $upload_url..."
82+
echo "Uploading asset $file_name to $upload_url ..."
8383
curl -f \
8484
--http1.1 \
8585
-X POST \

0 commit comments

Comments
 (0)