From c754f4692410efdffdc70804dd2a3ac84f25863e Mon Sep 17 00:00:00 2001 From: Tsukina-7mochi Date: Fri, 17 Jan 2025 17:35:36 +0900 Subject: [PATCH] ci: fix release workflow --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bc343f..e56eece 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,11 @@ jobs: path: dist retention-days: 1 overwrite: true + + - uses: actions/upload-pages-artifact + with: + path: dist + retention-days: 1 release: needs: build @@ -124,5 +129,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - with: - artifact_name: ${{ env.build-artifact-name }}