From f5585c3eb96c19d43de7a0bc124e110e9e54bd39 Mon Sep 17 00:00:00 2001 From: fireandicefrog Date: Fri, 15 Aug 2025 00:36:54 +1200 Subject: [PATCH] renamed artifact --- .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 fdfadc0..1429561 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v4 with: - name: string-art-demo + name: github-pages path: string-art-demo/dist - name: Create Release