Debugging
This commit is contained in:
parent
d819e2bfd0
commit
dc44c65fb1
|
@ -80,6 +80,12 @@ jobs:
|
|||
echo "love="$(ls bin/*.love) >> "$GITHUB_OUTPUT"
|
||||
echo "win64="$(ls bin/*-win64.zip) >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Debugging publish
|
||||
run: |
|
||||
echo "github.event_name" = ${{ github.event_name }}
|
||||
echo "ITCH_GAME_ID" = ${{ inputs.ITCH_GAME_ID }}
|
||||
echo "STEAM_APP_ID" = ${{ inputs.STEAM_APP_ID }}
|
||||
|
||||
# Upload to itch
|
||||
|
||||
- uses: KikimoraGames/itch-publish@v0.0.3
|
||||
|
|
Loading…
Reference in New Issue
Block a user