Skip to content

upload AppImage

upload AppImage #4

Workflow file for this run

name: Run Craft Commands
on:
push:
branches:
- main
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Craft environment and run Craft command
run: |
source /home/kolf/CraftRoot/craft/craftenv.sh && cs kolf && git pull && 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