From f95bed037953514f25e3e4c02199b2e2b05407c6 Mon Sep 17 00:00:00 2001 From: James Morrison Date: Fri, 26 Jan 2024 22:02:31 +0000 Subject: [PATCH] Set artifact name to plugin name. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cecec3f..779cb49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Store built files as artifact uses: actions/upload-artifact@v2 with: - name: artifact + name: cloudflare-access-sso path: . if-no-files-found: error retention-days: 7