Skip to content

Commit 7e81908

Browse files
committed
artifact layering
1 parent 90de174 commit 7e81908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifact-layers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
name: Artifact1
1515
if-no-files-found: error
16-
path: '**.txt'
16+
path: './**'
1717
job2:
1818
runs-on: ubuntu-latest
1919
steps:
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
name: Artifact2
2525
if-no-files-found: error
26-
path: '**.txt'
26+
path: './**'
2727
merge:
2828
runs-on: ubuntu-latest
2929
needs: [job1, job2]

0 commit comments

Comments
 (0)