Skip to content

Commit

Permalink
更新 release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci authored Jan 31, 2024
1 parent 405bb85 commit d5c62d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Get files from repository(Gitee)
run: |
wget https://gitee.com/vc_teahouse/SJDM/releases/download/${{ github.ref_name }}/%E9%9A%8F%E6%9C%BA%E7%82%B9%E5%90%8D.exe -SJDM.exe
wget https://gitee.com/vc_teahouse/SJDM/releases/download/${{ github_ref/refs\/tags\// }}/%E9%9A%8F%E6%9C%BA%E7%82%B9%E5%90%8D.exe -oSJDM.exe
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit d5c62d6

Please sign in to comment.