Skip to content

Commit c865f95

Browse files
authored
Save as txt (#59)
1 parent ff0f2d9 commit c865f95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "${GITHUB_REF#refs/tags/v}" > latest-version
4545
4646
# Upload latest version pointer
47-
aws s3 cp latest-version s3://major-cli-releases/latest-version --acl public-read
47+
aws s3 cp latest-version s3://major-cli-releases/latest-version --acl public-read --content-type "text/plain"
4848
4949
# Upload install script
50-
aws s3 cp install.sh s3://major-cli-releases/install.sh --acl public-read
50+
aws s3 cp install.sh s3://major-cli-releases/install.sh --acl public-read --content-type "text/plain"

0 commit comments

Comments
 (0)