Skip to content

Commit

Permalink
git: Fix github pages artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 12, 2025
1 parent 6cdce75 commit 68fbff6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: ⬆️ Upload artifacts
uses: actions/upload-pages-artifact@v3
with:
name: github_pages
path: out/

- name: 🔨 Copy necessary files
Expand Down Expand Up @@ -93,4 +92,4 @@ jobs:
- name: 🗑️ Delete artifact
uses: geekyeggo/delete-artifact@v5
with:
name: github_pages
name: github-pages

0 comments on commit 68fbff6

Please sign in to comment.