mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Update build-shit.yml
This commit is contained in:
parent
1cf9c61503
commit
56519c04c8
4
.github/workflows/build-shit.yml
vendored
4
.github/workflows/build-shit.yml
vendored
|
@ -59,11 +59,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm i -g lix
|
npm i -g lix
|
||||||
lix download
|
lix download
|
||||||
- run: npx haxelib list
|
|
||||||
- run: haxelib list
|
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build windows -debug --times
|
npx 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