mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-30 15:47:05 +00:00
html5 instead of linux lol!
This commit is contained in:
parent
5bf0481bb0
commit
502cb22970
4
.github/workflows/learn-github-actions.yml
vendored
4
.github/workflows/learn-github-actions.yml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
||||||
haxelib run lime setup linux
|
haxelib run lime setup linux
|
||||||
- name: Build game?
|
- name: Build game?
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build linux -debug -clean
|
haxelib run lime build html5 -debug -clean
|
||||||
ls
|
ls
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: funkinSecret-${{ runner.os }}-${{ github.sha }}
|
name: funkinSecret-${{ runner.os }}-${{ github.sha }}
|
||||||
path: export/debug/linux/bin
|
path: export/debug/html5/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue