From 596964711580409c6e4d4d6d9026a06849e0284b Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 30 Apr 2023 19:26:39 -0700 Subject: [PATCH] test --- itchio/butler-push/action.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/itchio/butler-push/action.yaml b/itchio/butler-push/action.yaml index ee92d96..5c3db4f 100644 --- a/itchio/butler-push/action.yaml +++ b/itchio/butler-push/action.yaml @@ -39,7 +39,8 @@ runs: if [[ -n "$CHANNEL" ]]; then DEST="$DEST:$CHANNEL" fi - + echo "DEST IS: $DEST | ${{ steps.channel.outputs.channel }}" + echo "VERSION IS: $VERSION | ${{ inputs.version }}" COMMAND="push $FILE $DEST" VERSION="${{ inputs.version }}" @@ -48,7 +49,7 @@ runs: fi echo "command=$COMMAND" >> "$GITHUB_OUTPUT" shell: bash - - name: "Copy files to/from S3." + - name: "Upload files to ItchIO." uses: act/common/itchio/butler@master with: command: ${{ steps.command.outputs.command }}