Test
This commit is contained in:
@@ -80,7 +80,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
echo "destBucket=$BUCKET" >> "$GITHUB_OUTPUT"
|
echo "destBucket=$BUCKET" >> "$GITHUB_OUTPUT"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Copy files to Itch.io."
|
- name: "Copy files to MinIO."
|
||||||
uses: act/common/minio/mc-cp@master
|
uses: act/common/minio/mc-cp@master
|
||||||
with:
|
with:
|
||||||
target: ${{ steps.download.outputs.downloadedArtifactPath }}
|
target: ${{ steps.download.outputs.downloadedArtifactPath }}
|
||||||
|
|||||||
@@ -31,6 +31,13 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Print Inputs"
|
||||||
|
run: |
|
||||||
|
NAME="MinIO Copy"
|
||||||
|
echo "::group::$NAME - Inputs"
|
||||||
|
echo "${{ toJSON(inputs) }}"
|
||||||
|
echo "::endgroup::"
|
||||||
|
shell: bash
|
||||||
- name: "Build command."
|
- name: "Build command."
|
||||||
id: command
|
id: command
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user