From 5391174834a868dc27a6a2ad0d52c47a8ab571d8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 30 Jun 2023 12:26:47 +0200 Subject: [PATCH] use im --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5bb4dc2..cb09bb9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,17 +141,13 @@ jobs: with: name: Accuracy Report - - uses: tecolicom/actions-use-apt-tools@v1 - with: - tools: inkscape - - name: Upload Continuous Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # Convert SVGs to PNG - inkscape -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG - inkscape -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG + convert -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG + convert -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG ./upload.sh \ build/ISLE.EXE \