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

butler git and also yml fix lol

This commit is contained in:
Cameron Taylor 2022-02-18 17:46:54 -05:00
parent 8de45f7bbe
commit 70c97cadb4

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: Cache Haxe Stuff
run: |
haxelib config
haxelib config
- name: Installing Haxe Stuff
run: |
haxe -version
@ -29,6 +29,12 @@ jobs:
run: |
haxelib run lime build html5 -debug -clean
ls
- name: Install butler and shit
run: |
curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
unzip butler.zip
chmod +x butler
./butler -V
- uses: actions/upload-artifact@v1
with:
name: funkinSecret-${{ runner.os }}-${{ github.sha }}