File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 with :
109109 upload_url : ${{ steps.create_release.outputs.upload_url }}
110110 asset_path : ./build/terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin_amd64
111- asset_name : terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin-amd64
111+ asset_name : terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin_amd64
112112 asset_content_type : application/octet-stream
113113
114114 # TODO: Replace with glob pattern once `actions/upload-release-asset` supports it
@@ -119,4 +119,4 @@ jobs:
119119 upload_url : ${{ steps.create_release.outputs.upload_url }}
120120 asset_path : ./build/terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
121121 asset_name : terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
122- asset_content_type : application/octet-stream
122+ asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments