Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed May 22, 2020
1 parent e589325 commit bbdb1db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 /, ,$@)
Expand Down

0 comments on commit bbdb1db

Please sign in to comment.