mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-04 09:43:19 +00:00
fix chart package path on hel-release playbook
This commit is contained in:
committed by
GitHub
parent
e1e97a1bbf
commit
4908ecfd5d
@@ -43,7 +43,7 @@
|
||||
- name: Upload helm chart
|
||||
uri:
|
||||
url: "https://uploads.github.com/repos/{{ chart_owner }}/{{ chart_repo }}/releases/{{ release.json.id }}/assets?name={{ helm_file_name }}"
|
||||
src: "{{ playbook_dir }}/../.cr-release-packages/awx-operator-{{ tag }}.tgz"
|
||||
src: "{{ playbook_dir }}/../.cr-release-packages/{{ tag }}/awx-operator-{{ tag }}.tgz"
|
||||
headers:
|
||||
Authorization: "token {{ gh_token }}"
|
||||
Content-Type: "application/octet-stream"
|
||||
|
||||
Reference in New Issue
Block a user