mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
ci: attempt installing inkscape
This commit is contained in:
parent
0191c6560b
commit
a3887f554d
1 changed files with 4 additions and 6 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -64,10 +64,6 @@ jobs:
|
||||||
python3 tools/reccmp/reccmp.py -S ISLEPROGRESS.SVG --svg-icon tools/reccmp/isle.png -H ISLEPROGRESS.HTML ISLE.EXE Release/ISLE.EXE Release/ISLE.PDB .
|
python3 tools/reccmp/reccmp.py -S ISLEPROGRESS.SVG --svg-icon tools/reccmp/isle.png -H ISLEPROGRESS.HTML ISLE.EXE Release/ISLE.EXE Release/ISLE.PDB .
|
||||||
python3 tools/reccmp/reccmp.py -S LEGO1PROGRESS.SVG -T 1929 --svg-icon tools/reccmp/lego1.png -H LEGO1PROGRESS.HTML LEGO1.DLL Release/LEGO1.DLL Release/LEGO1.PDB .
|
python3 tools/reccmp/reccmp.py -S LEGO1PROGRESS.SVG -T 1929 --svg-icon tools/reccmp/lego1.png -H LEGO1PROGRESS.HTML LEGO1.DLL Release/LEGO1.DLL Release/LEGO1.PDB .
|
||||||
|
|
||||||
#pacman -Sy mingw-w64-x86_64-inkscape
|
|
||||||
inkscape -w 1024 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
|
||||||
inkscape -w 1024 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
@ -78,14 +74,16 @@ jobs:
|
||||||
LEGO1PROGRESS.HTML
|
LEGO1PROGRESS.HTML
|
||||||
ISLEPROGRESS.SVG
|
ISLEPROGRESS.SVG
|
||||||
LEGO1PROGRESS.SVG
|
LEGO1PROGRESS.SVG
|
||||||
ISLEPROGRESS.PNG
|
|
||||||
LEGO1PROGRESS.PNG
|
|
||||||
|
|
||||||
- name: Upload Continuous Release
|
- name: Upload Continuous Release
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
pacman -Sy mingw-w64-x86_64-inkscape
|
||||||
|
inkscape -w 1024 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
||||||
|
inkscape -w 1024 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
||||||
|
|
||||||
curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh
|
curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh
|
||||||
./upload.sh \
|
./upload.sh \
|
||||||
Release/ISLE.EXE \
|
Release/ISLE.EXE \
|
||||||
|
|
Loading…
Reference in a new issue