Skip to content

Commit

Permalink
i hate my life
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 16, 2022
1 parent beda603 commit 9036759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseNightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 9036759

Please sign in to comment.