File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 - name : Fetch Cursor version info
1818 id : fetch-cursor
1919 run : |
20- x64_response=$(curl -s "https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=stable ")
20+ x64_response=$(curl -s "https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=latest ")
2121 echo "x64_version=$(echo $x64_response | jq -r '.version')" >> $GITHUB_OUTPUT
2222 echo "x64_download_url=$(echo $x64_response | jq -r '.downloadUrl')" >> $GITHUB_OUTPUT
2323
24- arm64_response=$(curl -s "https://www.cursor.com/api/download?platform=linux-arm64&releaseTrack=stable ")
24+ arm64_response=$(curl -s "https://www.cursor.com/api/download?platform=linux-arm64&releaseTrack=latest ")
2525 echo "arm64_version=$(echo $arm64_response | jq -r '.version')" >> $GITHUB_OUTPUT
2626 echo "arm64_download_url=$(echo $arm64_response | jq -r '.downloadUrl')" >> $GITHUB_OUTPUT
2727
You can’t perform that action at this time.
0 commit comments