Update action.yml

This commit is contained in:
Kenneth Jao 2025-06-05 05:15:43 -04:00
parent 5a4990d540
commit c66ccdfda5

View File

@ -27,6 +27,7 @@ runs:
- name: 'Upload file' - name: 'Upload file'
run: | run: |
curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \ curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \
-F sha=${{ gitea.sha }} \
-F ref='${{ gitea.ref }}' \ -F ref='${{ gitea.ref }}' \
-F prefix='${{ inputs.prefix }}' \ -F prefix='${{ inputs.prefix }}' \
-F filename='${{ inputs.file }}' \ -F filename='${{ inputs.file }}' \