mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
need env on windows
This commit is contained in:
parent
2c5c3dd064
commit
36d0d9dd2b
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -154,8 +154,8 @@ jobs:
|
||||
- name: Download Inkscape
|
||||
if: ${{ !steps.cache-inkscape.outputs.cache-hit }}
|
||||
run: |
|
||||
curl -fLOSs https://inkscape.org/gallery/item/37364/$INKSCAPE_DIR.7z
|
||||
7z x $INKSCAPE_DIR.7z
|
||||
curl -fLOSs https://inkscape.org/gallery/item/37364/$env:INKSCAPE_DIR.7z
|
||||
7z x $env:INKSCAPE_DIR.7z
|
||||
|
||||
- name: Cache Inkscape
|
||||
if: ${{ !steps.cache-inkscape.outputs.cache-hit }}
|
||||
@ -168,8 +168,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
# Convert SVGs to PNG
|
||||
$INKSCAPE_DIR/bin/inkscape -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
||||
$INKSCAPE_DIR/bin/inkscape -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
||||
$env:INKSCAPE_DIR/bin/inkscape -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
||||
$env:INKSCAPE_DIR/bin/inkscape -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
||||
|
||||
./upload.sh \
|
||||
build/ISLE.EXE \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user