Skip to content

Commit ef80e85

Browse files
committed
github actions: build - fix extracted folder (ITK instead of InsightToolkit in github-created archive)
1 parent c442741 commit ef80e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
curl -L https://github.com/InsightSoftwareConsortium/ITK/archive/refs/tags/v${{ env.ITK_VERSION }}.tar.gz --output itk-src-${{ env.ITK_VERSION }}.tar.gz
115115
tar -xzf itk-src-${{ env.ITK_VERSION }}.tar.gz
116-
mv InsightToolkit-${{ env.ITK_VERSION }} itk-src-${{ env.ITK_VERSION }}
116+
mv ITK-${{ env.ITK_VERSION }} itk-src-${{ env.ITK_VERSION }}
117117
118118
- if: ${{ runner.os == 'Linux' && steps.cache-itk.outputs.cache-hit != 'true' }}
119119
# TODO: maybe just set a environment variable or something to the build directory depending on OS?

0 commit comments

Comments
 (0)