Skip to content

Commit

Permalink
Trying to release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhun committed Mar 8, 2021
1 parent 582b5b6 commit e33b18d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Make release
run: make release
- name: Upload release binaries
uses: AButler/[email protected]
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
files: "bin/*"
repo-token: ${{ secrets.GITHUB_TOKEN }}
asset_paths: '["./bin/*"]'

0 comments on commit e33b18d

Please sign in to comment.