Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Mar 1, 2025
1 parent aa9328c commit 555f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ runs:
run: |
wget https://raw.githubusercontent.com/MirrorChyan/uploading-action/refs/heads/v1/python/upload.py
python -m pip install requests
python uploading-action/python/upload.py "${{ inputs.mirrorchyan_rid }}" "${{ steps.information.outputs.version_name }}" "${{ inputs.os }}" "${{ inputs.arch }}" "${{ steps.information.outputs.channel }}" "${{ inputs.upload_token }}" "${{ steps.information.outputs.filename }}"
python upload.py "${{ inputs.mirrorchyan_rid }}" "${{ steps.information.outputs.version_name }}" "${{ inputs.os }}" "${{ inputs.arch }}" "${{ steps.information.outputs.channel }}" "${{ inputs.upload_token }}" "${{ steps.information.outputs.filename }}"
- name: Create issue if failed
if: failure()
Expand Down

0 comments on commit 555f121

Please sign in to comment.