Release details

pull/714/head
Romain 2024-09-24 10:49:26 +02:00 committed by GitHub
parent c477bfeb94
commit 7f047f991b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
else { else {
$MsiVersion = $NextAutoSemver.Split("-")[0] $MsiVersion = $NextAutoSemver.Split("-")[0]
$NextSemver = $NextAutoSemver.Replace("-0","-n") $NextSemver = $NextAutoSemver.Replace("-0","-n")
$ReleaseName = "WAU " + $NextSemver + " [Nightly Build]" $ReleaseName = "WAU 2.0 (" + $NextSemver + ") [Nightly Build]"
$Prerelease = 1 $Prerelease = 1
} }
echo "MSI version: $MsiVersion" echo "MSI version: $MsiVersion"
@ -151,6 +151,11 @@ jobs:
name: ${{ env.ReleaseName }} name: ${{ env.ReleaseName }}
artifacts: "WAU.msi,WAU_ADMX.zip,WAU.zip,WAU_InstallCounter" artifacts: "WAU.msi,WAU_ADMX.zip,WAU.zip,WAU_InstallCounter"
body: | body: |
## ⚠️ Breaking changes ⚠️
- Registry key for configurations moved to HKLM\SOFTWARE\Romanitho\Winget-AutoUpdate, which can affect administrators.
- WAU.msi will update in the current install folder. It is recommanded to uninstall WAU v1 and reinstall WAU v2 in default install folder (ProgramFiles).
## Files
|Files|Hash (SHA256)|Downloads| |Files|Hash (SHA256)|Downloads|
|---|---|---| |---|---|---|
|[WAU.msi](https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v${{ env.NextSemVer }}/WAU.msi) (x64)|${{ env.MSI_SHA }}|<picture>![WAU.msi](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/v${{ env.NextSemVer }}/WAU.msi?style=flat-square&label=&color=blue)</picture>| |[WAU.msi](https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v${{ env.NextSemVer }}/WAU.msi) (x64)|${{ env.MSI_SHA }}|<picture>![WAU.msi](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/v${{ env.NextSemVer }}/WAU.msi?style=flat-square&label=&color=blue)</picture>|