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 eaf45af commit b57994cCopy full SHA for b57994c
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/upload-artifact@v4
59
with:
60
name: nuget-package
61
- path: Source/SaturdayMP.XPlugins.iOS.BEMCheckBox/bin/Release/SaturdayMP.XPlugins.iOS.BEMCheckBox.${{ steps.gitversion.outputs.semVer }}..nupkg
+ path: Source/SaturdayMP.XPlugins.iOS.BEMCheckBox/bin/Release/SaturdayMP.XPlugins.iOS.BEMCheckBox.${{ steps.gitversion.outputs.semVer }}.nupkg
62
retention-days: 90
63
64
- name: Publish to MyGet
0 commit comments