Skip to content

Commit 7c0ea27

Browse files
authored
Fix typo
1 parent f6a0473 commit 7c0ea27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)