Skip to content

Commit

Permalink
Final fix, build on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Mar 5, 2024
1 parent 74fbc8f commit 2cf43ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run Craft Commands

on: push
on:
push:
tags:
- "v*"

jobs:
build:
Expand All @@ -17,3 +20,9 @@ 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 2cf43ee

Please sign in to comment.