Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Cattn/Kolf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Mar 3, 2024
2 parents 957d643 + 918a903 commit 4528fa4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Run Craft Commands

on:
push:
branches:
- main

jobs:
build:
runs-on: self-hosted

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Craft environment and run Craft command
run: |
source /home/kolf/CraftRoot/craft/craftenv.sh && cs kolf && git pull && craft --compile --install --qmerge kolf && craft --package kolf
- uses: actions/upload-artifact@v4
with:
name: kolf-build-latest-appImage
path: /home/kolf/CraftRoot/tmp/kolf-23.08.4-linux-gcc-x86_64.AppImage

0 comments on commit 4528fa4

Please sign in to comment.