From 3b27bccd2e7ee9148fbd614057caecde285f35e8 Mon Sep 17 00:00:00 2001 From: fireandicefrog Date: Fri, 15 Aug 2025 00:32:24 +1200 Subject: [PATCH] uploaded artifact --- .github/workflows/build.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b83408a..00b82b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,6 +50,12 @@ jobs: run: npm run build working-directory: string-art-demo + - name: Upload build artifacts + uses: actions/upload-artifact@v3 + with: + name: string-art-demo + path: string-art-demo/dist + - name: Create Release if: github.event_name == 'release' uses: actions/create-release@v1 @@ -70,10 +76,6 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: 'string-art-demo/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4