返回提交历史
Modified
.github/PUBLISHING.md
+1
-1
XFEstudio/XFEExtension.NetCore.AutoPath
修复一处说明问题
90eddde
代码差异
1 个文件
+1
-1
@@ -9,7 +9,7 @@ This repository now includes two GitHub Actions workflows:
9
9
10
10
Add this repository secret before publishing to NuGet.org:
11
11
12
- `NUGET_API_KEY`: API key from NuGet.org with push permission for `XFEExtension.NetCore.WinUIHelper`
12
- `NUGET_API_KEY`: API key from NuGet.org with push permission for `XFEExtension.NetCore.AutoPath`
13
13
14
14
No extra secret is required for GitHub Packages. The workflow uses the built-in `GITHUB_TOKEN` and requests `packages: write`.
15
15