Skip to content

Commit

Permalink
Disable release for macOS because of bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Melson committed Jun 17, 2021
1 parent 1489cc0 commit f9996e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
asset_path: build/github.com/qaware/dev-tool-kit-windows-amd64.exe
asset_name: dev-tool-kit-windows-amd64.exe
asset_content_type: application/octet-stream
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/github.com/qaware/dev-tool-kit-darwin-amd64
asset_name: dev-tool-kit-darwin-amd64
asset_content_type: application/octet-stream
# - uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: build/github.com/qaware/dev-tool-kit-darwin-amd64
# asset_name: dev-tool-kit-darwin-amd64
# asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
go get -u github.com/wailsapp/wails/cmd/wails@v${WAILS_VERSION}
${WAILS} build -f -x linux/amd64
${WAILS} build -f -x windows/amd64 && mv ${BUILD_DIR}/dev-tool-kit-windows-*-amd64.exe ${BUILD_DIR}/dev-tool-kit-windows-amd64.exe
${WAILS} build -f -x darwin/amd64 && mv ${BUILD_DIR}/dev-tool-kit-darwin-*-amd64 ${BUILD_DIR}/dev-tool-kit-darwin-amd64
#${WAILS} build -f -x darwin/amd64 && mv ${BUILD_DIR}/dev-tool-kit-darwin-*-amd64 ${BUILD_DIR}/dev-tool-kit-darwin-amd64

build-debug:
go get -u github.com/wailsapp/wails@v${WAILS_VERSION}
Expand Down

0 comments on commit f9996e1

Please sign in to comment.