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
|
- name: Publish Blazor WASM
|
||||||
run: dotnet publish src/OpenTheBox.Web -c Release -o publish
|
run: dotnet publish src/OpenTheBox.Web -c Release -o publish
|
||||||
|
- name: Debug secret
|
||||||
- name: Deploy to itch.io
|
run: |
|
||||||
uses: manleydev/butler-publish-itchio-action@master
|
if [ -z "$BUTLER_CREDENTIALS" ]; then echo "EMPTY"; else echo "SET (length: ${#BUTLER_CREDENTIALS})"; fi
|
||||||
env:
|
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
|
CHANNEL: html5
|
||||||
ITCH_GAME: openthebox
|
ITCH_GAME: openthebox
|
||||||
ITCH_USER: Lythom
|
ITCH_USER: Lythom
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue