Correct path to artifacts
This commit is contained in:
parent
2855582701
commit
429410baf2
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: my_file.txt
|
||||
path: dist/*
|
||||
retention-days: 5
|
||||
|
|
Loading…
Reference in a new issue