Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Mar 4, 2024
1 parent 9df3ccc commit 74fbc8f
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions .github/workflows/craftkolf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@ jobs:
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
- name: Checkout repository
uses: actions/checkout@v4

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
- 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:
files: /home/kolf/CraftRoot/tmp/kolf-23.08.4-linux-gcc-x86_64.AppImage
fail_on_unmatched_files: true
name: kolf-build-latest-appImage
path: /home/kolf/CraftRoot/tmp/kolf-23.08.4-linux-gcc-x86_64.AppImage

0 comments on commit 74fbc8f

Please sign in to comment.