Skip to content

Commit

Permalink
ci: Fix invalid release info path
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 2, 2024
1 parent d1c6851 commit b667e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Deploy to S3
run: |
aws s3 cp release-info.json s3://kitten-science-us0/main
aws s3 cp release-info.json s3://kitten-science-us0/main/release-info.json
aws s3api put-object \
--bucket kitten-science-us0 \
Expand Down

0 comments on commit b667e77

Please sign in to comment.