We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757ced1 commit 8e0b764Copy full SHA for 8e0b764
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
tags:
5
- 'v*'
6
+ workflow_dispatch:
7
jobs:
8
build-and-release:
9
runs-on: ubuntu-latest
@@ -50,7 +51,6 @@ jobs:
50
51
wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
52
zip -r ../LLOneBot-win-x64-ffmpeg.zip ./*
53
-
54
- name: Extract version from tag
55
id: get-version
56
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
0 commit comments