Skip to content

Commit 4e0931d

Browse files
Update publish.yml
1 parent db9a5fd commit 4e0931d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
msbuild Notifo.SDK.FirebasePlugin.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
2525
- name: Publish NuGet
2626
run: |
27+
ls sdk/Notifo.SDK/bin/Release/
28+
ls sdk/Notifo.SDK.FirebasePlugin/bin/Release/
2729
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
2830
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
2931

0 commit comments

Comments
 (0)