From d2dafe88b790defb802db67fafb497f3662d2365 Mon Sep 17 00:00:00 2001 From: Ed Asriyan Date: Mon, 23 Oct 2023 18:24:19 +0300 Subject: [PATCH] w --- .github/workflows/ci-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.; \