Skip to content

Commit

Permalink
build tag with artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev committed Nov 24, 2020
1 parent 05ed065 commit edb49fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ jobs:
with:
name: tine20drive
path: /home/runner/work/_temp/_github_home/*.AppImage

- name: Make Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: /home/runner/work/_temp/_github_home/*.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit edb49fc

Please sign in to comment.