Try fix deploy

This commit is contained in:
Samuel Bouchet 2026-03-20 13:11:39 +01:00
parent 09d1f4d3c0
commit bb0d2c7abe

View file

@ -24,11 +24,15 @@ jobs:
- name: Publish Blazor WASM
run: dotnet publish src/OpenTheBox.Web -c Release -o publish
- name: Deploy to itch.io
uses: manleydev/butler-publish-itchio-action@master
- name: Debug secret
run: |
if [ -z "$BUTLER_CREDENTIALS" ]; then echo "EMPTY"; else echo "SET (length: ${#BUTLER_CREDENTIALS})"; fi
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
- name: Deploy to itch.io
uses: yeslayla/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
CHANNEL: html5
ITCH_GAME: openthebox
ITCH_USER: Lythom