mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-06 11:37:57 +00:00
Update build-shit.yml
This commit is contained in:
parent
cf4392088f
commit
32b25b7291
5
.github/workflows/build-shit.yml
vendored
5
.github/workflows/build-shit.yml
vendored
|
@ -44,7 +44,6 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/setup-haxeshit
|
||||
- name: Restore existing build cache for faster compilation
|
||||
uses: actions/cache/restore@v3
|
||||
id: cache-windows-shit
|
||||
|
@ -59,10 +58,10 @@ jobs:
|
|||
- name: lix stuff
|
||||
run: |
|
||||
npm i -g lix
|
||||
npx lix download
|
||||
lix download
|
||||
- name: Build game
|
||||
run: |
|
||||
npx lix run lime build windows -debug --times
|
||||
lix run lime build windows -debug --times
|
||||
dir
|
||||
- uses: ./.github/actions/upload-itch
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue