Skip to content

Commit 8418559

Browse files
committed
Fix typo
1 parent 6b2d7ea commit 8418559

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: 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
@@ -118,5 +118,5 @@ jobs:
118118
with:
119119
upload_url: ${{ steps.create_release.outputs.upload_url }}
120120
asset_path: ./build/terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
121-
asset_name: vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
121+
asset_name: terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
122122
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)