diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index affb177..ac343c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +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 restore dotnet build --configuration Release --no-restore diff --git a/CRSim/CRSim.csproj b/CRSim/CRSim.csproj index af68e09..6921c83 100644 --- a/CRSim/CRSim.csproj +++ b/CRSim/CRSim.csproj @@ -9,8 +9,7 @@ 13.0 CRSim.App Assets\CRSimIcon.ico - 2.1.0.0 - https://github.com/denhlihong2007/CRSim + 2.1.0.1