fix
This commit is contained in:
@@ -34,4 +34,4 @@ runs:
|
|||||||
ARTIFACT_FILENAME: ${{ inputs.artifactName }}
|
ARTIFACT_FILENAME: ${{ inputs.artifactName }}
|
||||||
UNZIP_DIR: ${{ inputs.unzipDir }}
|
UNZIP_DIR: ${{ inputs.unzipDir }}
|
||||||
with:
|
with:
|
||||||
command: run "${{ github.action_path }}/download-previous-artifacts.cs "${{ toJSON(inputs) }}"
|
command: run "${{ github.action_path }}/download-previous-artifacts.cs" "${{ toJSON(inputs) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user