Try fix deploy
This commit is contained in:
parent
09d1f4d3c0
commit
bb0d2c7abe
1 changed files with 8 additions and 4 deletions
12
.github/workflows/deploy-itch.yml
vendored
12
.github/workflows/deploy-itch.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue