mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
no more npx *vine boom*
This commit is contained in:
parent
f9c8f7db3f
commit
c8ed334191
4
.github/workflows/build-shit.yml
vendored
4
.github/workflows/build-shit.yml
vendored
|
@ -55,10 +55,10 @@ jobs:
|
||||||
.haxelib/
|
.haxelib/
|
||||||
export/debug/windows/haxe/
|
export/debug/windows/haxe/
|
||||||
export/debug/windows/obj/
|
export/debug/windows/obj/
|
||||||
- run: npx lix download
|
- run: lix download
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
npx lix lime build windows -debug --times
|
lix 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