Release #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | ||
on: | ||
push: | ||
tags: | ||
- '*' | ||
workflow_dispatch: | ||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Get files from repository(Gitee) | ||
run: | | ||
Check failure on line 14 in .github/workflows/release.yml GitHub Actions / ReleaseInvalid workflow file
|
||
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: | ||
file: SJDM.exe |