Skip to content

Commit b6d5b32

Browse files
committed
修改新版windows下无法匹配路径的问题
1 parent a540337 commit b6d5b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
body: |
4242
Release为自动生成,具体内容请查看提交日志,或直接查看[README](https://github.com/JiuLing-zhang/ComputerLock#readme)
4343
# 配置【zip文件地址】
44-
files: .\src\bin\Release\ComputerLock_${{ steps.tagName.outputs.tag }}.zip
44+
files: ${{github.workspace}}/src/bin/Release/ComputerLock_${{ steps.tagName.outputs.tag }}.zip

0 commit comments

Comments
 (0)