diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9d28d1..d8ce4cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,6 +172,16 @@ jobs: env: APPLE_APP_PW: ${{ secrets.APPLE_APP_PW}} + - name: Upload Release Asset Darwin amd64 + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: terrafmt-darwin-amd64/terrafmt + asset_name: terrafmt-darwin-amd64 + asset_content_type: application/octet-stream + - name: Upload Release Asset Darwin amd64 uses: actions/upload-release-asset@v1 env: diff --git a/Makefile b/Makefile index 5a9a0f9..538d629 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PLATFORMS := darwin/386 linux/386 linux/amd64 linux/arm64 linux/arm windows/amd64 darwin/amd64 +PLATFORMS := darwin/386 linux/386 linux/amd64 linux/arm64 linux/arm windows/amd64 SIGNED_PLATFORMS := darwin/amd64 temp = $(subst /, ,$@)