1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

build and upload maaaaaybe???

This commit is contained in:
Cameron Taylor 2022-02-18 17:16:29 -05:00
parent 6760232b80
commit dcc53b4625

View file

@ -8,10 +8,24 @@ jobs:
with:
haxe-version: 4.2.4
- uses: actions/checkout@v2
- run: |
- name: Installing Haxe Stuff
run: |
haxe -version
haxelib install openfl --quiet
haxelib install lime --quiet
haxelib install flixel --quiet
haxelib install flixel-addons --quiet
haxelib install hscript --quiet
haxelib install flixel-ui --quiet
haxelib install firetongue --quiet
haxelib git polymod https://github.com/larsiusprime/polymod develop --quiet
haxelib run lime setup linux
- name: Build game?
run: |
haxelib run lime build linux -debug -clean
ls
- uses: actions/upload-artifact@v1
with:
name: funkinSecret-${{ runner.os }}-${{ github.sha }}
path: export/debug/linux/bin