Skip to content

Commit 2934773

Browse files
stainless-app[bot]batuhan
authored andcommitted
chore(internal): codegen related update
1 parent 5cb30dc commit 2934773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils/upload-artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ UPLOAD_RESPONSE=$(curl -v -X PUT \
5252

5353
if echo "$UPLOAD_RESPONSE" | grep -q "HTTP/[0-9.]* 200"; then
5454
echo -e "\033[32mUploaded build to Stainless storage.\033[0m"
55-
echo -e "\033[32mInstallation: Download and unzip: 'https://pkg.stainless.com/s/beeper-desktop-api-cli/$SHA/$FILENAME'. On macOS, run 'xattr -d com.apple.quarantine {executable name}'.\033[0m"
55+
echo -e "\033[32mInstallation: Download and unzip: 'https://pkg.stainless.com/s/beeper-desktop-api-cli/$SHA'. On macOS, run 'xattr -d com.apple.quarantine {executable name}'.\033[0m"
5656
else
5757
echo -e "\033[31mFailed to upload artifact.\033[0m"
5858
exit 1

0 commit comments

Comments
 (0)