File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : Create zip
3232 shell : pwsh
3333 # 配置【编译后的文件地址】
34- run : Compress-Archive -Path . \src\bin\Release\net7.0-windows\* -DestinationPath . \src\bin\Release\FindDuplicateFiles_${{ steps.tagName.outputs.tag }}.zip
34+ run : Compress-Archive -Path ${{github.workspace}} \src\bin\Release\net7.0-windows\* -DestinationPath ${{github.workspace}} \src\bin\Release\FindDuplicateFiles_${{ steps.tagName.outputs.tag }}.zip
3535
3636 - name : Release
3737 uses : softprops/action-gh-release@v1
4141 body : |
4242 Release为自动生成,具体内容请查看提交日志,或直接查看[README](https://github.com/JiuLing-zhang/FindDuplicateFiles#readme)
4343 # 配置【zip文件地址】
44- files : . \src\bin\Release\FindDuplicateFiles_${{ steps.tagName.outputs.tag }}.zip
44+ files : ${{github.workspace}} \src\bin\Release\FindDuplicateFiles_${{ steps.tagName.outputs.tag }}.zip
You can’t perform that action at this time.
0 commit comments