From 68fbff631f2b789949fc79afda6cacaa315916a4 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 12 Jan 2025 22:50:39 +0100 Subject: [PATCH] git: Fix github pages artifact name --- .github/workflows/build_web.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 46d389b4c..dbe4b3032 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -51,7 +51,6 @@ jobs: - name: ⬆️ Upload artifacts uses: actions/upload-pages-artifact@v3 with: - name: github_pages path: out/ - name: 🔨 Copy necessary files @@ -93,4 +92,4 @@ jobs: - name: 🗑️ Delete artifact uses: geekyeggo/delete-artifact@v5 with: - name: github_pages \ No newline at end of file + name: github-pages \ No newline at end of file