fixed workflows

This commit is contained in:
alterNERDtive 2022-07-11 17:04:04 +02:00
parent d0e2014bb5
commit 7228e29fb0
No known key found for this signature in database
GPG key ID: 9656B56456F5FCD7
3 changed files with 5 additions and 4 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: dotnet pack -c release
- name: Push NuGet package
run: dotnet nuget push "Edna/bin/Release/alterNERDtive.EDNA.*.nupkg" -source 'https://api.nuget.org/v3/index.json' -apikey ${{secrets.NUGET_AUTH_TOKEN}}
run: dotnet nuget push "Edna\bin\Release\alterNERDtive.EDNA.*.nupkg" --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_AUTH_TOKEN}}
- name: Draft release
uses: ncipollo/release-action@v1

View file

@ -1,4 +1,4 @@
name: Run tests on push push
name: Run tests on push
on:
push

View file

@ -5,11 +5,11 @@
<PackageId>alterNERDtive.EDNA</PackageId>
<Version>0.0.1</Version>
<Company>alterNERDtive</Company>
<Authors>alteNERDtive</Authors>
<Authors>alterNERDtive</Authors>
<Description>EDNA is a site-agnostic library for accessing 3rd-party information about star systems in Elite Dangerous.</Description>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://alterNERDtive.github.io/EDNA</PackageProjectUrl>
<Copyright>© 2021 alterNERDtive</Copyright>
<Copyright>© 20212022 alterNERDtive</Copyright>
<PackageIcon>glider.jpg</PackageIcon>
<PackageIconUrl />
<RepositoryUrl>https://github.com/alterNERDtive/EDNA</RepositoryUrl>
@ -38,6 +38,7 @@
<PropertyGroup>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">