6
0

Debugging

This commit is contained in:
Jon Michael Aanes 2024-01-25 22:37:49 +01:00
parent d819e2bfd0
commit dc44c65fb1

View File

@ -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