Skip to content

Commit

Permalink
adding back CI auto release pushing hyperion-webos
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSniller committed Jan 21, 2022
1 parent 169675c commit e09c96f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build_hyperion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@ jobs:
name: piccap_ipk
path: |
build/*.ipk
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./build/*.ipk
2 changes: 1 addition & 1 deletion hyperion-webos

0 comments on commit e09c96f

Please sign in to comment.