Skip to content

Commit 6b2d7ea

Browse files
committed
Fix typo
1 parent 7dfdc22 commit 6b2d7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108
with:
109109
upload_url: ${{ steps.create_release.outputs.upload_url }}
110-
asset_path: ./build/terrafomr-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin_amd64
110+
asset_path: ./build/terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin_amd64
111111
asset_name: vaulted-${{ steps.tag.outputs.TAG }}_darwin-amd64
112112
asset_content_type: application/octet-stream
113113

0 commit comments

Comments
 (0)