mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-22 18:09:33 +00:00
github secret setup lol!
This commit is contained in:
parent
cf4be8367a
commit
21e95903b0
6
.github/workflows/learn-github-actions.yml
vendored
6
.github/workflows/learn-github-actions.yml
vendored
|
@ -35,7 +35,11 @@ jobs:
|
|||
unzip butler.zip
|
||||
chmod +x butler
|
||||
./butler -V
|
||||
- run: |
|
||||
- name: Upload game to itch.io
|
||||
env:
|
||||
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY}}
|
||||
run: |
|
||||
|
||||
./butler login
|
||||
butler push export/debug/html5/bin ninja-muffin24/funkin-secret:html5
|
||||
- uses: actions/upload-artifact@v1
|
||||
|
|
Loading…
Reference in a new issue