We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5475647 commit b9f9723Copy full SHA for b9f9723
ansible/manifest-playbook.yml
@@ -36,7 +36,7 @@
36
37
- name: gotrue - pack archive
38
shell: |
39
- tar -cJf /tmp/gotrue-{{ gotrue_release }}-arm64.tar.xz /tmp/gotrue
+ cd /tmp && tar -cJf gotrue-{{ gotrue_release }}-arm64.tar.xz gotrue
40
41
- name: PostgREST - download ubuntu binary archive (arm)
42
get_url:
@@ -59,7 +59,7 @@
59
60
- name: adminapi - pack archive
61
62
- tar -cJf /tmp/supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz /tmp/supabase-admin-api
+ cd /tmp && tar -cJf supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz supabase-admin-api
63
64
- name: upload archives
65
0 commit comments