Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 16, 2022
1 parent 4394bef commit beda603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ReleaseNightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Upload artifacts to Noelware's Artifact Registry
uses: Noelware/s3-action@2.0.1
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}}
access-key-id: ${{secrets.S3_ACCESS_KEY}}
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
- name: Upload artifacts to Noelware's Artifact Registry
uses: Noelware/s3-action@2.0.1
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}}
access-key-id: ${{secrets.S3_ACCESS_KEY}}
Expand Down

0 comments on commit beda603

Please sign in to comment.