Skip to content

Commit

Permalink
πŸ› always use amd msi for now (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Oct 30, 2024
1 parent 7b0d4dc commit 6913e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ansible.builtin.set_fact:
pkg_version_url: "{{ latest_jsondata.json | json_query(jmesquery) }}"
vars:
jmesquery: "files[*].filename | [?contains(@, 'msi')] | [0]"
jmesquery: "files[*].filename | [?contains(@, 'amd64.msi')] | [0]"
when: pkg_version_url is undefined

- name: Log latest version
Expand Down

0 comments on commit 6913e66

Please sign in to comment.