From cfb835590b4ea9f91e388240512ad1981c695c2c Mon Sep 17 00:00:00 2001 From: Scion Date: Mon, 30 Jun 2025 01:00:05 -0700 Subject: [PATCH] fix --- github/download-previous-artifacts/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/download-previous-artifacts/action.yaml b/github/download-previous-artifacts/action.yaml index ff80c15..0791e26 100644 --- a/github/download-previous-artifacts/action.yaml +++ b/github/download-previous-artifacts/action.yaml @@ -34,4 +34,4 @@ runs: ARTIFACT_FILENAME: ${{ inputs.artifactName }} UNZIP_DIR: ${{ inputs.unzipDir }} with: - command: run "${{ github.action_path }}/download-previous-artifacts.cs "${{ toJSON(inputs) }}" + command: run "${{ github.action_path }}/download-previous-artifacts.cs" "${{ toJSON(inputs) }}"