mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Fixed macOS butler deployment in release workflow
This commit is contained in:
parent
9c520a65e9
commit
c60fb0632e
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -178,7 +178,10 @@ jobs:
|
|||
overwrite: true
|
||||
- name: Upload Release Assets to itch.io 🎮
|
||||
run: |
|
||||
butler push ./build/mac/Pixelorama.dmg ${{ secrets.ITCHIO_USERNAME }}/${{ secrets.ITCHIO_GAME }}:mac --userversion ${{env.TAG}}
|
||||
curl -L -o butler.zip https://broth.itch.ovh/butler/darwin-amd64/LATEST/archive/default
|
||||
unzip butler.zip
|
||||
chmod +x butler
|
||||
./butler push ./build/mac/Pixelorama.dmg ${{ secrets.ITCHIO_USERNAME }}/${{ secrets.ITCHIO_GAME }}:mac --userversion ${{env.TAG}}
|
||||
|
||||
export-web:
|
||||
name: Web Export 🌐
|
||||
|
|
Loading…
Reference in a new issue