Skip to content

Release

Release #2

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 14, Col: 20): Unexpected symbol: 'github_ref/refs\/tags\//'. Located at position 1 within expression: github_ref/refs\/tags\//
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