Skip to content

Commit bf21a63

Browse files
author
Sean Sundberg
authored
Changes mime-type for shell script (#106)
1 parent 3503fc5 commit bf21a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
upload_url: ${{ steps.create-release.outputs.upload_url }}
4343
asset_path: ./dist/create-catalog-offering.sh
4444
asset_name: create-catalog-offering.sh
45-
asset_content_type: application/x-sh
45+
asset_content_type: application/octet-stream
4646

4747
- name: Build offering
4848
run: |

0 commit comments

Comments
 (0)