Skip to content

Commit

Permalink
GHA: rename the nuget package
Browse files Browse the repository at this point in the history
This renames the nuget package so that we can normalize all the nuget
packages to `.platform.arch` suffixes, e.g. `.windows.amd64` or
`.windows.arm64`.
  • Loading branch information
compnerd committed Dec 14, 2023
1 parent 95b558f commit b40918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>io.sentry.sentry-native.win.crashpad.$suffix</id>
<id>io.sentry.sentry-native.crashpad.windows.$suffix</id>
<version>0.0.0.0</version>
<title>Sentry Native SDK</title>
<description>C++ Sentry Native SDK</description>
Expand Down

0 comments on commit b40918f

Please sign in to comment.