mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
butler git and also yml fix lol
This commit is contained in:
parent
8de45f7bbe
commit
70c97cadb4
1 changed files with 7 additions and 1 deletions
8
.github/workflows/learn-github-actions.yml
vendored
8
.github/workflows/learn-github-actions.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue