ci: 修复自动构建

This commit is contained in:
denglihong2007
2025-04-04 15:51:27 +08:00
parent 25402e9b8f
commit b3bc727a97
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ jobs:
- name: Restore and Build
run: |
dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json"
dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json"
dotnet restore
dotnet build --configuration Release --no-restore

View File

@@ -9,7 +9,7 @@
<LangVersion>13.0</LangVersion>
<StartupObject>CRSim.App</StartupObject>
<ApplicationIcon>Assets\CRSimIcon.ico</ApplicationIcon>
<Version>2.1.0.1</Version>
<Version>2.1.0.2</Version>
</PropertyGroup>
<ItemGroup>