mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-25 16:24:40 +00:00
npx
This commit is contained in:
parent
a955a9b569
commit
a18ca4e987
7
.github/workflows/build-shit.yml
vendored
7
.github/workflows/build-shit.yml
vendored
|
@ -56,10 +56,13 @@ jobs:
|
|||
export/debug/windows/haxe/
|
||||
export/debug/windows/obj/
|
||||
|
||||
- uses: ./.github/actions/setup-haxeshit
|
||||
- name: lix stuff
|
||||
run: |
|
||||
npm i -g lix
|
||||
lix download
|
||||
- name: Build game
|
||||
run: |
|
||||
yarn lix run lime build windows -debug --times
|
||||
npx lix run lime build windows -debug --times
|
||||
dir
|
||||
- uses: ./.github/actions/upload-itch
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue