mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
use im
This commit is contained in:
parent
7b75f770e2
commit
5391174834
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -141,17 +141,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Accuracy Report
|
name: Accuracy Report
|
||||||
|
|
||||||
- uses: tecolicom/actions-use-apt-tools@v1
|
|
||||||
with:
|
|
||||||
tools: inkscape
|
|
||||||
|
|
||||||
- name: Upload Continuous Release
|
- name: Upload Continuous Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
# Convert SVGs to PNG
|
# Convert SVGs to PNG
|
||||||
inkscape -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
convert -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
||||||
inkscape -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
convert -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
||||||
|
|
||||||
./upload.sh \
|
./upload.sh \
|
||||||
build/ISLE.EXE \
|
build/ISLE.EXE \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user