From b53ccc24eacb488d3befa145db6601eece25dfc2 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 5 Jun 2025 04:55:19 -0400 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 581e549..f6343c0 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,7 @@ runs: - name: 'Upload file' run: | curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \ + -F prefix='${{ inputs.prefix }}' \ -F filename='${{ inputs.file }}' \ -F data=@'${{ inputs.file }}' \ -F is_folder='${{ inputs.is_folder }}' \