This commit is contained in:
stonedDiscord 2023-06-30 12:26:47 +02:00 committed by GitHub
parent 7b75f770e2
commit 5391174834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \