mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-08 13:14:59 +00:00
itchio html5 builds
This commit is contained in:
parent
70c97cadb4
commit
cf4be8367a
3
.github/workflows/learn-github-actions.yml
vendored
3
.github/workflows/learn-github-actions.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
||||||
unzip butler.zip
|
unzip butler.zip
|
||||||
chmod +x butler
|
chmod +x butler
|
||||||
./butler -V
|
./butler -V
|
||||||
|
- run: |
|
||||||
|
./butler login
|
||||||
|
butler push export/debug/html5/bin ninja-muffin24/funkin-secret:html5
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: funkinSecret-${{ runner.os }}-${{ github.sha }}
|
name: funkinSecret-${{ runner.os }}-${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue