Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
DengSir committed Sep 10, 2024
1 parent 278faf4 commit 8eb75ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
uses: nicennnnnnnlee/[email protected]
with:
gitee_owner: DengSir
gitee_repo: ${{ github.repository }}
gitee_repo: tdInspect
gitee_token: ${{ secrets.GITEE_TOKEN }}
gitee_tag_name: ${{ github.ref }}
gitee_release_name: ${{ github.ref }}
gitee_release_notes: "https://github.com/DengSir/${{ github.repository }}/releases/tag/${{ github.ref }}"
gitee_tag_name: ${{ github.ref_name }}
gitee_release_name: ${{ github.ref_name }}
gitee_release_body: "https://github.com/DengSir/tdInspect/releases/tag/${{ github.ref_name }}"
gitee_upload_retry_times: 3
gitee_files: |
*.zip

0 comments on commit 8eb75ca

Please sign in to comment.