Skip to content

Commit

Permalink
Change output
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jul 24, 2024
1 parent 54b9067 commit 5c76b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ jobs:
run: vendor/bin/phpcs

- name: Convert Image
run: /home/runner/im/imagemagick-${{ matrix.imagemagick }}/bin/convert tests/resources/bees.gif -coalesce -resize 300x225 -deconstruct /dev/stdout
run: /home/runner/im/imagemagick-${{ matrix.imagemagick }}/bin/convert tests/resources/bees.gif -coalesce -resize 300x225 -deconstruct bees_converted_${{ matrix.imagemagick }}.gif
- name: Save Image
uses: actions/upload-artifact@v4
with:
name: converted-animation
path: bees_converted.gif
path: bees_converted_${{ matrix.imagemagick }}.gif
retention-days: 2

0 comments on commit 5c76b1b

Please sign in to comment.