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 f17c26c commit ac0faa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ runs:
shell: bash
run: |
wget https://raw.githubusercontent.com/MirrorChyan/uploading-action/refs/heads/v1/upload.py
python -m pip install requests
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
Expand Down

0 comments on commit ac0faa0

Please sign in to comment.