diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc1ce852..d3956055 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,7 +241,7 @@ jobs: - name: Package ITK-SNAP working-directory: ${{github.workspace}}/itksnap/build run: | - cmake --build -- -t package + cmake --build -t package . - name: Setup tmate session uses: mxschmitt/action-tmate@v3