We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a540337 commit b6d5b32Copy full SHA for b6d5b32
.github/workflows/release.yml
@@ -41,4 +41,4 @@ jobs:
41
body: |
42
Release为自动生成,具体内容请查看提交日志,或直接查看[README](https://github.com/JiuLing-zhang/ComputerLock#readme)
43
# 配置【zip文件地址】
44
- files: .\src\bin\Release\ComputerLock_${{ steps.tagName.outputs.tag }}.zip
+ files: ${{github.workspace}}/src/bin/Release/ComputerLock_${{ steps.tagName.outputs.tag }}.zip
0 commit comments