Skip to content

Commit

Permalink
Make CI do the release
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Oct 30, 2022
1 parent 24efeea commit 907f9cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
with:
name: fouldecrypt-${{matrix.provider}}
path: ${{ github.workspace }}/packages/*.deb
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ github.workspace }}/packages/*.deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 907f9cc

Please sign in to comment.