Update action.yml

This commit is contained in:
Kenneth Jao 2025-06-05 05:12:27 -04:00
parent b3f9e782f2
commit 5a4990d540

View File

@ -27,7 +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 }}' \
-F data=@'${{ inputs.file }}' \