mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-22 06:43:03 +00:00
Try fix build?
This commit is contained in:
parent
4b000a511f
commit
e574c2be89
|
@ -14,11 +14,20 @@ build:
|
|||
script:
|
||||
- cd src
|
||||
- love-release -W
|
||||
cache:
|
||||
key: build-cache
|
||||
paths:
|
||||
- src/releases/
|
||||
|
||||
release:
|
||||
stage: release
|
||||
when: manual
|
||||
script:
|
||||
- cd src/releases
|
||||
- ls -l
|
||||
- cd src
|
||||
- ls -l
|
||||
- cd releases
|
||||
- FILE=$(ls *-win32.zip) ; butler push "$FILE" "$ITCHIO_USER/$ITCHIO_GAME:win32-$CHANNEL"
|
||||
# - FILE=$(ls *-win64.zip) ; butler push "$FILE" "$ITCHIO_USER/$ITCHIO_GAME:win64-$CHANNEL"
|
||||
cache:
|
||||
key: build-cache
|
||||
|
|
Loading…
Reference in a new issue