We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b42b3b commit 04e8008Copy full SHA for 04e8008
.github/workflows/collect-u18-binaries.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Copy binary tarball
120
run: |
121
CONTAINER_ID=$(docker create supabase/postgres:u18-binaries)
122
- docker cp "${CONTAINER_ID}:/tmp/pg_binaries/${{ matrix.ubuntu_version }}.tar.gz" - > /tmp/pg_binaries.tar.gz
+ docker cp "${CONTAINER_ID}:/tmp/pg_binaries/${{ matrix.ubuntu_version }}.tar.gz" /tmp/pg_binaries.tar.gz
123
docker rm "${CONTAINER_ID}"
124
125
- name: configure aws credentials - staging
0 commit comments