Skip to content

Commit

Permalink
Add release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tak2siva committed May 19, 2020
1 parent cced35b commit ceae3cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ jobs:
with:
name: dist
path: ./dist-${{ github.sha }}.zip

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./dist-${{ github.sha }}.zip
asset_name: dist-${{ github.sha }}.zip
tag: ${{ github.sha }}
overwrite: true

0 comments on commit ceae3cc

Please sign in to comment.