Skip to content

Commit dae9971

Browse files
committed
Show debug output
1 parent 20ef1ab commit dae9971

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
id: fetch-cursor
1919
run: |
2020
x64_response=$(curl -s "https://cursor.com/api/download?platform=linux-x64&releaseTrack=latest")
21+
echo "$x64_response" >> $GITHUB_OUTPUT
2122
echo "x64_version=$(echo $x64_response | jq -r '.version')" >> $GITHUB_OUTPUT
2223
echo "x64_download_url=$(echo $x64_response | jq -r '.downloadUrl')" >> $GITHUB_OUTPUT
2324

0 commit comments

Comments
 (0)