We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bf374 commit fbe48b1Copy full SHA for fbe48b1
1 file changed
.github/workflows/test.yml
@@ -63,14 +63,14 @@ jobs:
63
path: path/to/artifact-B
64
65
# Test downloading a single artifact
66
- - name: Download artifact A
+ - name: Download artifact A (absolute path)
67
uses: ./
68
with:
69
name: Artifact-A-${{ matrix.runs-on }}
70
path: some/new/path
71
72
# Test downloading an artifact using tilde expansion
73
+ - name: Download artifact A (tilde expansion)
74
75
76
0 commit comments