From 9ef0640356045ef90855fb1977cd4940c62cb4e2 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:05:52 +0000 Subject: [PATCH] Rename build.yml to build-gnome.yml, update name and description to indicate Gnome --- .github/workflows/{build.yml => build-gnome.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => build-gnome.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/build-gnome.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/build-gnome.yml index 1f85ff8..2228d4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build-gnome.yml @@ -1,5 +1,5 @@ --- -name: build-ublue-custom +name: build-bazzite-gnome-stable-40 on: pull_request: branches: @@ -15,7 +15,7 @@ on: env: MY_IMAGE_NAME: "bazzite-gnome-custom" # the name of the image produced by this build - MY_IMAGE_DESC: "My Customized Bazzite System Image" + MY_IMAGE_DESC: "badblocks's custom bazzite-gnome build" MAJOR_VERSION: "40" SOURCE_IMAGE: "bazzite" SOURCE_SUFFIX: "-gnome"