test artifacts1
This commit is contained in:
parent
429410baf2
commit
66146da3dd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -79,5 +79,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: my-artifact
|
||||
path: dist/*
|
||||
path: ${{ github.workspace }}/dist/*
|
||||
retention-days: 5
|
||||
|
|
Loading…
Reference in a new issue