Skip to content

Commit

Permalink
Use better package urls (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored Mar 18, 2024
1 parent bc4d02f commit ddbba58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dotnet/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>beta.0</VersionSuffix>
<VersionSuffix>beta.1</VersionSuffix>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OpenAI.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
--no-build
--configuration Release
--output "${{github.workspace}}/artifacts/packages"
/p:RepositoryUrl="${{ github.repository }}"
/p:PackageProjectUrl="${{ github.repository }}/tree/${{ github.event.release.tag_name }}"
/p:RepositoryUrl="https://github.com/${{ github.repository }}"
/p:PackageProjectUrl="https://github.com/${{ github.repository }}/tree/${{ github.event.release.tag_name }}"
working-directory: .dotnet

# Append the nuget package to the github release that triggered this workflow
Expand Down

0 comments on commit ddbba58

Please # to comment.