Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Update release.yml to use publish binaries, not upload artifacts.
  • Loading branch information
aniongithub authored Aug 23, 2021
1 parent 9d6dc0d commit 3708123
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
with:
pifile: rhasspy.Pifile

- name: Upload artifacts
uses: actions/upload-artifact@v2
- name: Publish binaries
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: ${{ github.workflow }}-${{ github.event.release.tag_name }}.zip
path: rhasspy.img
args: 'rhasspy.img'

0 comments on commit 3708123

Please sign in to comment.