1
0
Fork 0
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:
Cameron Taylor 2023-02-09 19:00:30 -05:00 committed by GitHub
parent cf4392088f
commit 32b25b7291

View file

@ -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: