Skip to content

Commit 24201d1

Browse files
authored
Update release.yml
1 parent eb93d33 commit 24201d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)