Skip to content

Commit

Permalink
updating release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Karmenzind committed Dec 19, 2023
1 parent 2013605 commit e36a8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# body_path: ${{ github.workspace }}-CHANGELOG.txt
body: ${{steps.build_changelog.outputs.changelog}}
fail_on_unmatched_files: true
tag_name: v0.0.1
# tag_name: v0.0.1
prerelease: true
files: build/*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sudo sh -c 'curl --create-dirs -L -o /usr/local/bin/kd <URL> && chmod +x /usr/lo
```powershell
# 下载文件放入C:\bin
Invoke-WebRequest -uri '<URL>' -OutFile ( New-Item -Path "C:\bin\kd.exe" -Force )
# 将C:\bin加入PATH环境变量
# (需要管理员权限)将C:\bin加入PATH环境变量
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\bin", "Machine")
```

Expand Down

0 comments on commit e36a8d5

Please sign in to comment.