diff --git a/.github/workflows/new_version.yml b/.github/workflows/new_version.yml index 4f5fcc4..c9d8426 100644 --- a/.github/workflows/new_version.yml +++ b/.github/workflows/new_version.yml @@ -43,10 +43,8 @@ jobs: id: get_version run: echo "version=$((Select-Xml -Path .\$( $env:PROJECT_NAME ).csproj -XPath '/Project/PropertyGroup/AssemblyVersion').Node.InnerXML)" >> $env:GITHUB_OUTPUT shell: pwsh - - name: Debug info - run: | - dotnet nuget list source - rm Avalonia.Labs/NuGet.Config + - name: Remove nuget.config + run: rm Avalonia.Labs/NuGet.Config - name: Build version (win64, no dotnet) run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true --self-contained false --property WarningLevel=0 - name: Create artifact (win64, no dotnet)