Skip to content

Commit 910dbaa

Browse files
authored
Merge pull request #208 from thewtex/artifact-glob
ENH: Use wildcard for GitHub Actions artifact version
2 parents afb0bab + bdac923 commit 910dbaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,5 +401,5 @@ jobs:
401401
with:
402402
name: Documentation
403403
path: |
404-
${{ github.workspace }}/ITKExamples-build/ITKExamples-5.2.0-html.tar.gz
405-
${{ github.workspace }}/ITKExamples-build/ITKExamples-5.2.0-html.zip
404+
${{ github.workspace }}/ITKExamples-build/ITKExamples-*-html.tar.gz
405+
${{ github.workspace }}/ITKExamples-build/ITKExamples-*-html.zip

0 commit comments

Comments
 (0)