mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-06 19:47:30 +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
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
|
||||||
- name: Restore existing build cache for faster compilation
|
- name: Restore existing build cache for faster compilation
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
id: cache-windows-shit
|
id: cache-windows-shit
|
||||||
|
@ -59,10 +58,10 @@ jobs:
|
||||||
- name: lix stuff
|
- name: lix stuff
|
||||||
run: |
|
run: |
|
||||||
npm i -g lix
|
npm i -g lix
|
||||||
npx lix download
|
lix download
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
npx lix run lime build windows -debug --times
|
lix run lime build windows -debug --times
|
||||||
dir
|
dir
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue