mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
Correct artifact name during download
This commit is contained in:
2
.github/workflows/test-hosted-runners.yml
vendored
2
.github/workflows/test-hosted-runners.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4-beta
|
uses: actions/download-artifact@v4-beta
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: pages-artifact ${{ matrix.os }}
|
||||||
path: artifact2
|
path: artifact2
|
||||||
|
|
||||||
- name: Extract artifact
|
- name: Extract artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user