dump input vars in deploy output

develop
Myk Taylor 2023-04-26 13:36:40 -07:00
parent b46558acfe
commit ba06a8f2bb
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 4 additions and 0 deletions

@ -48,6 +48,10 @@ jobs:
steam_username: ${{ secrets.STEAM_SDK_USERNAME }}
steam_password: ${{ secrets.STEAM_SDK_PASSWORD }}
run: |
echo "commit: ${{ github.event.inputs.commit_hash }}"
echo "version: ${{ github.event.inputs.version }}"
echo "release_channel: ${{ github.event.inputs.release_channel }}"
echo
cd build
bash -x build-win64-from-linux.sh
- name: Steam deploy