Skip to content

Commit

Permalink
Configure the nuget package correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Filastian committed Mar 13, 2023
1 parent 453de99 commit cc9ac3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: dotnet msbuild /t:SByteDev_Xamarin_iOS_BSImagePicker /p:Configuration=Release /p:Platform=iPhone

- name: Pack
run: nuget pack Package.nuspec
run: dotnet pack SByteDev.Xamarin.iOS.BSImagePicker/SByteDev.Xamarin.iOS.BSImagePicker.csproj -c Release -o ./

- name: Upload to NuGet
run: dotnet nuget push *.nupkg --source nuget.org --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
Expand Down

0 comments on commit cc9ac3f

Please sign in to comment.