From a0de4c4ad0af18cd8eb82f98cc4230999b0d2650 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:33:58 +0200 Subject: [PATCH] Add WAU.zip to assets on release --- .github/workflows/WAU-ReleaseBuilder.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/WAU-ReleaseBuilder.yml b/.github/workflows/WAU-ReleaseBuilder.yml index 91bf820..7d29421 100644 --- a/.github/workflows/WAU-ReleaseBuilder.yml +++ b/.github/workflows/WAU-ReleaseBuilder.yml @@ -138,6 +138,9 @@ jobs: echo "### Create install counter file ###" echo "Install counter file." > WAU_InstallCounter + echo "### Download the latest v1 WAU.zip (as v2 updater)" + wget https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v1.21.7/WAU.zip -UseBasicParsing -OutFile .\WAU.zip + - name: Create release uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 if: env.ReleaseType != 'No' @@ -146,7 +149,7 @@ jobs: prerelease: ${{ github.event.inputs.pre-release || true }} generateReleaseNotes: true name: ${{ env.ReleaseName }} - artifacts: "WAU.msi,WAU_ADMX.zip,WAU_InstallCounter" + artifacts: "WAU.msi,WAU_ADMX.zip,WAU.msi,WAU_InstallCounter" body: | |Files|Hash (SHA256)|Downloads| |---|---|---|