mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-29 12:24:15 +00:00
fix: get path root from github.workspace
This commit is contained in:
parent
bbe4504729
commit
baac12d9f8
3 changed files with 28 additions and 5 deletions
2
.github/workflows/test-per-file.yml
vendored
2
.github/workflows/test-per-file.yml
vendored
|
@ -91,4 +91,4 @@ jobs:
|
|||
path/**/dir-1/
|
||||
!path/to/dir-3/*.gz
|
||||
artifact-per-file: true
|
||||
artifact-name-rule: ${{ matrix.runs-on }}-${name}
|
||||
artifact-name-rule: ${{ matrix.runs-on }}-${path}-${name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue