Skip to content

Commit

Permalink
Fully build, package, and upload kolf appImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Mar 3, 2024
1 parent ca6e05f commit 4b7cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Set up Craft environment and run Craft command
run: |
source /home/kolf/CraftRoot/craft/craftenv.sh && cs kolf && git pull && craft --package kolf
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
Expand Down

0 comments on commit 4b7cb17

Please sign in to comment.