mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
git: Fix github pages artifact name
This commit is contained in:
3
.github/workflows/build_web.yml
vendored
3
.github/workflows/build_web.yml
vendored
@@ -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
|
||||
name: github-pages
|
||||
Reference in New Issue
Block a user