Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Jan 5, 2022
1 parent 6043ca1 commit e965438
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,17 @@ jobs:
release/*.dmg
release/*.tar.gz
release/*.exe
- name: Publish to GitHub Releases
if: ${{ github.event_name == 'release' }}
uses: softprops/action-gh-release@v0.1.5
env:
GITHUB_TOKEN: ${{ github.token }}
with:
files: |
release/*.deb
release/*.AppImage
release/*.snap
release/*.dmg
release/*.tar.gz
release/*.exe

0 comments on commit e965438

Please sign in to comment.