From 90367592cda1206734c21261187b1d2c4c9d2e71 Mon Sep 17 00:00:00 2001 From: Noel Date: Fri, 16 Dec 2022 02:25:40 -0700 Subject: [PATCH] i hate my life --- .github/workflows/ReleaseNightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ReleaseNightly.yaml b/.github/workflows/ReleaseNightly.yaml index ac9f24667..647d5253c 100644 --- a/.github/workflows/ReleaseNightly.yaml +++ b/.github/workflows/ReleaseNightly.yaml @@ -92,7 +92,7 @@ jobs: with: enforce-path-access-style: true files: ./cli/build/distributions/charted-server.${{matrix.tasks.ext}} - path-format: $(prefix)/charted/server/${{steps.tag.output.version}}/charted-server.${{matrix.tasks.ext}} + path-format: $(prefix)/charted/server/${{steps.tag.outputs.version}}/charted-server.${{matrix.tasks.ext}} access-key-id: ${{secrets.S3_ACCESS_KEY}} secret-key: ${{secrets.S3_SECRET_KEY}} endpoint: ${{secrets.S3_ENDPOINT}} @@ -146,7 +146,7 @@ jobs: with: enforce-path-access-style: true files: ./databases/clickhouse/migrations/bin/ch-migrations-${{matrix.dist.goos}}-${{matrix.dist.goarch}}${{matrix.dist.ext}} - path-format: $(prefix)/charted/server/${{steps.tag.output.version}}/ch-migrations-${{matrix.dist.os}}-${{matrix.dist.arch}}${{matrix.dist.ext}} + path-format: $(prefix)/charted/server/${{steps.tag.outputs.version}}/ch-migrations-${{matrix.dist.goos}}-${{matrix.dist.goarch}}${{matrix.dist.ext}} access-key-id: ${{secrets.S3_ACCESS_KEY}} secret-key: ${{secrets.S3_SECRET_KEY}} endpoint: ${{secrets.S3_ENDPOINT}}