Skip to content

Commit

Permalink
给github同步release
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci committed Jan 31, 2024
1 parent 790b4c7 commit 405bb85
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
tags:
- '*'

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
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
with:
file: SJDM.exe

0 comments on commit 405bb85

Please sign in to comment.