diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a816063..cafb122 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: ✨ Update image run: | - convert .\new-output.ppm .\new-output.png + magick.exe .\new-output.ppm .\new-output.png cd result cp ..\new-output.png .\output.png