mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-29 02:04:28 +00:00
butler git and also yml fix lol
This commit is contained in:
parent
8de45f7bbe
commit
70c97cadb4
6
.github/workflows/learn-github-actions.yml
vendored
6
.github/workflows/learn-github-actions.yml
vendored
|
@ -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