mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-11 20:29:45 +08:00
ci: 修复自动构建
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore and Build
|
- name: Restore and Build
|
||||||
run: |
|
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 restore
|
||||||
dotnet build --configuration Release --no-restore
|
dotnet build --configuration Release --no-restore
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<LangVersion>13.0</LangVersion>
|
<LangVersion>13.0</LangVersion>
|
||||||
<StartupObject>CRSim.App</StartupObject>
|
<StartupObject>CRSim.App</StartupObject>
|
||||||
<ApplicationIcon>Assets\CRSimIcon.ico</ApplicationIcon>
|
<ApplicationIcon>Assets\CRSimIcon.ico</ApplicationIcon>
|
||||||
<Version>2.1.0.1</Version>
|
<Version>2.1.0.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user