diff --git a/.github/workflows/ci-build-and-test.yml b/.github/workflows/ci-build-and-test.yml index 012e1dd..c8e6ffd 100644 --- a/.github/workflows/ci-build-and-test.yml +++ b/.github/workflows/ci-build-and-test.yml @@ -211,12 +211,12 @@ jobs: - name: Download artifact uses: actions/download-artifact@v3 with: - name: lottie-to-png.windows.amd64.exe + name: lottie-to-png.win.amd64.exe path: bin - name: Run tests + shell: bash run: | - chmod +x bin/lottie_to_png && \ bash -c "\ find test-files -type f \( -iname \*.json -o -iname \*.lottie -o -iname \*.tgs \) | while IFS=$'\n' read -r FILE; do \ echo Converting \${FILE}... && sh ./bin/lottie_to_${{ matrix.case }}.sh \$FILE && echo Done.; \