mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
remove workspace from artifact path too
This commit is contained in:
@@ -15,4 +15,4 @@ runs:
|
|||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
with:
|
with:
|
||||||
name: "github-pages"
|
name: "github-pages"
|
||||||
path: /workspace/artifact.tar
|
path: artifact.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user