Skip to content

Commit

Permalink
Push Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Mar 4, 2024
1 parent 082d211 commit e8b6552
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
with:
name: kolf-build-latest-appImage
path: /home/kolf/CraftRoot/tmp/kolf-23.08.4-linux-gcc-x86_64.AppImage

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: /home/kolf/CraftRoot/tmp/kolf-23.08.4-linux-gcc-x86_64.AppImage

0 comments on commit e8b6552

Please sign in to comment.