From c66ccdfda584a4682abae46e1d92d276000bcbe1 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 5 Jun 2025 05:15:43 -0400 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 429ae8f..015f2fc 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,7 @@ runs: - name: 'Upload file' run: | curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \ + -F sha=${{ gitea.sha }} \ -F ref='${{ gitea.ref }}' \ -F prefix='${{ inputs.prefix }}' \ -F filename='${{ inputs.file }}' \