This commit is contained in:
2025-06-30 01:26:29 -07:00
parent 533a2d1319
commit f4495031ff
2 changed files with 4 additions and 2 deletions

View File

@@ -41,5 +41,6 @@ runs:
ARTIFACT_NAME: ${{ inputs.filePattern }}
ARTIFACT_FILENAME: ${{ inputs.artifactName }}
UNZIP_DIR: ${{ inputs.unzipDir }}
INPUTS: ${{ toJSON(inputs) }}
with:
command: run "${{ github.action_path }}/download-previous-artifacts.cs" "${{ toJSON(inputs) }}"
command: run "${{ github.action_path }}/download-previous-artifacts.cs"