Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Oct 23, 2023
1 parent fa5000e commit d2dafe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.; \
Expand Down

0 comments on commit d2dafe8

Please sign in to comment.