1
0
Fork 0
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:
Cameron Taylor 2022-02-18 18:08:46 -05:00
parent cf4be8367a
commit 21e95903b0

View file

@ -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