Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Richards committed Jul 31, 2024
1 parent 3dad1a4 commit c7e7d1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bluebuild
name: build-ulxqt
on:
schedule:
- cron: "00 06 * * *" # build at 06:00 UTC every day
Expand All @@ -11,7 +11,7 @@ on:
workflow_dispatch: # allow manually triggering builds
jobs:
bluebuild:
name: Build Custom Image
name: Build ulxqt
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -22,10 +22,10 @@ jobs:
matrix:
recipe:
# !! Add your recipes here
- recipe.yml
- recipe-lxqt.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
- name: Build ulxqt
uses: blue-build/[email protected]
with:
recipe: ${{ matrix.recipe }}
Expand Down

0 comments on commit c7e7d1d

Please sign in to comment.