We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a5fd commit 4e0931dCopy full SHA for 4e0931d
.github/workflows/publish.yml
@@ -24,6 +24,8 @@ jobs:
24
msbuild Notifo.SDK.FirebasePlugin.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
25
- name: Publish NuGet
26
run: |
27
+ ls sdk/Notifo.SDK/bin/Release/
28
+ ls sdk/Notifo.SDK.FirebasePlugin/bin/Release/
29
dotnet nuget push sdk/Notifo.SDK/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
30
dotnet nuget push sdk/Notifo.SDK.FirebasePlugin/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
31
0 commit comments