test
This commit is contained in:
@@ -39,7 +39,8 @@ runs:
|
|||||||
if [[ -n "$CHANNEL" ]]; then
|
if [[ -n "$CHANNEL" ]]; then
|
||||||
DEST="$DEST:$CHANNEL"
|
DEST="$DEST:$CHANNEL"
|
||||||
fi
|
fi
|
||||||
|
echo "DEST IS: $DEST | ${{ steps.channel.outputs.channel }}"
|
||||||
|
echo "VERSION IS: $VERSION | ${{ inputs.version }}"
|
||||||
COMMAND="push $FILE $DEST"
|
COMMAND="push $FILE $DEST"
|
||||||
|
|
||||||
VERSION="${{ inputs.version }}"
|
VERSION="${{ inputs.version }}"
|
||||||
@@ -48,7 +49,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
|
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Copy files to/from S3."
|
- name: "Upload files to ItchIO."
|
||||||
uses: act/common/itchio/butler@master
|
uses: act/common/itchio/butler@master
|
||||||
with:
|
with:
|
||||||
command: ${{ steps.command.outputs.command }}
|
command: ${{ steps.command.outputs.command }}
|
||||||
|
|||||||
Reference in New Issue
Block a user