File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Run Push For Common
4444 continue-on-error : true
45- run : dotnet nuget push ${{ github.workspace }}\ output\ PowerSync.Common*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
45+ run : dotnet nuget push ${{ github.workspace }}/ output/ PowerSync.Common*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
4646
4747 - name : Extract MAUI Package Version from CHANGELOG.md
4848 id : extract_maui_version
6060
6161 - name : Run Push For MAUI
6262 continue-on-error : true
63- run : dotnet nuget push ${{ github.workspace }}\ output\ PowerSync.Maui*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
63+ run : dotnet nuget push ${{ github.workspace }}/ output/ PowerSync.Maui*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 11# PowerSync.Maui Changelog
22
3- ## 0.0.2 -dev.11
3+ ## 0.0.3 -dev.1
44- Further resolution of iOS builds.
55
66## 0.0.1-alpha.1
You can’t perform that action at this time.
0 commit comments