Skip to content

Commit bdac923

Browse files
committed
ENH: Use wildcard for GitHub Actions artifact version
1 parent afb0bab commit bdac923

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)