try upload game to itch

This commit is contained in:
Gerard Gascón 2024-04-17 20:38:36 +02:00
parent e746642439
commit 36b65c8510

View file

@ -59,9 +59,23 @@ jobs:
with:
targetPlatform: StandaloneWindows64
allowDirtyBuild: true
buildName: Roses
# Output
- uses: actions/upload-artifact@v3
with:
name: Build
path: build
path: build
deploy:
name: Deploy my project
needs: [build, test]
runs-on: ubuntu-latest
steps:
- uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: ${{ targetPlatform }}
ITCH_GAME: roses
ITCH_USER: Geri8
PACKAGE: build/