Skip to content

Commit

Permalink
Update build.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyakommula96 authored Jul 30, 2023
1 parent 0ce14ee commit 71d9d7e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,3 @@ jobs:
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Upload binary
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./calcite-cli
asset_name: calcite-cli
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 71d9d7e

Please sign in to comment.