mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 18:34:06 +00:00
need env on windows
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -154,8 +154,8 @@ jobs:
|
|||||||
- name: Download Inkscape
|
- name: Download Inkscape
|
||||||
if: ${{ !steps.cache-inkscape.outputs.cache-hit }}
|
if: ${{ !steps.cache-inkscape.outputs.cache-hit }}
|
||||||
run: |
|
run: |
|
||||||
curl -fLOSs https://inkscape.org/gallery/item/37364/$INKSCAPE_DIR.7z
|
curl -fLOSs https://inkscape.org/gallery/item/37364/$env:INKSCAPE_DIR.7z
|
||||||
7z x $INKSCAPE_DIR.7z
|
7z x $env:INKSCAPE_DIR.7z
|
||||||
|
|
||||||
- name: Cache Inkscape
|
- name: Cache Inkscape
|
||||||
if: ${{ !steps.cache-inkscape.outputs.cache-hit }}
|
if: ${{ !steps.cache-inkscape.outputs.cache-hit }}
|
||||||
@@ -168,8 +168,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Convert SVGs to PNG
|
# Convert SVGs to PNG
|
||||||
$INKSCAPE_DIR/bin/inkscape -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
$env: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 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
||||||
|
|
||||||
./upload.sh \
|
./upload.sh \
|
||||||
build/ISLE.EXE \
|
build/ISLE.EXE \
|
||||||
|
|||||||
Reference in New Issue
Block a user