1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fixed macOS butler deployment in release workflow

This commit is contained in:
Manolis Papadeas 2021-01-18 17:22:00 -08:00 committed by GitHub
parent 9c520a65e9
commit c60fb0632e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,10 @@ jobs:
overwrite: true overwrite: true
- name: Upload Release Assets to itch.io 🎮 - name: Upload Release Assets to itch.io 🎮
run: | 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: export-web:
name: Web Export 🌐 name: Web Export 🌐