- Go to: https://github.com/markhassellsmith/ManpLab/releases
- Find release → "Edit release"
- Click 🗑️ next to old file
- Drag & drop new file
- "Update release"
.\Build-Release.ps1 -Version "1.1.1"git tag -a v1.1.1 -m "Release v1.1.1"
git push origin v1.1.1- Go to: https://github.com/markhassellsmith/ManpLab/releases/new
- Select tag
v1.1.1 - Drag files from
Release-Output\ - Publish
After building:
Release-Output\
├── MSIX\ManpLab-1.1.1-x64.msix
└── Portable-ZIP\ManpLab-Portable-1.1.1-x64.zip
Your v1.1.0 renamed MSIX:
AppPackages\...\ManpLab-1.1.0-x64.msix
- ✅
ManpLab-1.1.1-x64.msix(dashes) - ❌
ManpWinUI_1.1.0_x64.msix(underscores)
# On GitHub: release page → Delete
git push --delete origin v1.1.1
git tag -d v1.1.1