From ec2755fbc18e0ee5b6c0ebbf09709fb0402d1637 Mon Sep 17 00:00:00 2001 From: Cooper Date: Sun, 3 Nov 2024 19:41:28 -0600 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09278e1..3d7c319 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,10 @@ -name: Build Plugin +name: Build Rosé Plugin for development and checks on: push jobs: - build-inkay: + build-plugin: + name: Build Rosé Plugin runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 @@ -15,4 +16,4 @@ jobs: - uses: actions/upload-artifact@master with: name: devbuild - path: "*.wps" \ No newline at end of file + path: "*.wps"