Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsukina-7mochi committed Jan 17, 2025
1 parent a860f74 commit c754f46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -124,5 +129,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: ${{ env.build-artifact-name }}

0 comments on commit c754f46

Please sign in to comment.