Skip to content

Commit

Permalink
complete kolfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Mar 3, 2024
1 parent 7171679 commit 4b908cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:

- name: Set up Craft environment and run Craft command
run: |
source /home/kolf/CraftRoot/craft/craftenv.sh && craft kolf
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: path/to/artifact/world.txt

0 comments on commit 4b908cd

Please sign in to comment.