Skip to content

Commit b9f9723

Browse files
committed
chore: create upgrade archives without leading /tmp dir
1 parent 5475647 commit b9f9723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/manifest-playbook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
- name: gotrue - pack archive
3838
shell: |
39-
tar -cJf /tmp/gotrue-{{ gotrue_release }}-arm64.tar.xz /tmp/gotrue
39+
cd /tmp && tar -cJf gotrue-{{ gotrue_release }}-arm64.tar.xz gotrue
4040
4141
- name: PostgREST - download ubuntu binary archive (arm)
4242
get_url:
@@ -59,7 +59,7 @@
5959

6060
- name: adminapi - pack archive
6161
shell: |
62-
tar -cJf /tmp/supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz /tmp/supabase-admin-api
62+
cd /tmp && tar -cJf supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz supabase-admin-api
6363
6464
- name: upload archives
6565
shell: |

0 commit comments

Comments
 (0)