Skip to content

Commit

Permalink
1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
julcioo authored Jan 23, 2025
1 parent d940073 commit eb2e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aseprite_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get latest version info
id: version_info
run: |
data=$(curl -sL https://api.github.com/repos/aseprite/aseprite/releases/186770485)
data=$(curl -sL https://api.github.com/repos/aseprite/aseprite/releases/193580768)
LATEST_TAG=$(echo "${data}" | jq -r '.tag_name')
DOWNLOAD_URL=$(echo "${data}" | jq -r '.assets[].browser_download_url')
VERSION_INFO=$(echo "${data}" | jq -r '.body')
Expand Down

0 comments on commit eb2e931

Please sign in to comment.