mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Fix upload
This commit is contained in:
parent
dccd65b4c6
commit
4fd839d155
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -338,9 +338,9 @@ jobs:
|
|||||||
build/CONFIG.EXE \
|
build/CONFIG.EXE \
|
||||||
build/ISLE.EXE \
|
build/ISLE.EXE \
|
||||||
build/LEGO1.DLL \
|
build/LEGO1.DLL \
|
||||||
CONFIGPROGRESS.* \
|
CONFIGPROGRESS* \
|
||||||
ISLEPROGRESS.* \
|
ISLEPROGRESS* \
|
||||||
LEGO1PROGRESS.*
|
LEGO1PROGRESS*
|
||||||
|
|
||||||
curl -X POST -F key=$UPLOAD_KEY -F 'file=@CONFIGPROGRESS.SVG' https://legoisland.org/progress/
|
curl -X POST -F key=$UPLOAD_KEY -F 'file=@CONFIGPROGRESS.SVG' https://legoisland.org/progress/
|
||||||
curl -X POST -F key=$UPLOAD_KEY -F 'file=@ISLEPROGRESS.SVG' https://legoisland.org/progress/
|
curl -X POST -F key=$UPLOAD_KEY -F 'file=@ISLEPROGRESS.SVG' https://legoisland.org/progress/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user