1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-27 01:45:24 +00:00

html5 instead of linux lol!

This commit is contained in:
Cameron Taylor 2022-02-18 17:33:32 -05:00
parent 5bf0481bb0
commit 502cb22970

View file

@ -24,10 +24,10 @@ jobs:
haxelib run lime setup linux
- name: Build game?
run: |
haxelib run lime build linux -debug -clean
haxelib run lime build html5 -debug -clean
ls
- uses: actions/upload-artifact@v1
with:
name: funkinSecret-${{ runner.os }}-${{ github.sha }}
path: export/debug/linux/bin
path: export/debug/html5/bin