Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg authored Jun 29, 2020
1 parent f6a0473 commit 7c0ea27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin_amd64
asset_name: terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin-amd64
asset_name: terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_darwin_amd64
asset_content_type: application/octet-stream

# TODO: Replace with glob pattern once `actions/upload-release-asset` supports it
Expand All @@ -119,4 +119,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
asset_name: terraform-provider-vaulted-${{ steps.tag.outputs.TAG }}_linux_amd64
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 7c0ea27

Please sign in to comment.