From 6bd5a8b56decbcef94595990efd08e5db7d94e08 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:29:57 +0200 Subject: [PATCH] update wau.zip link to 1.21.13 --- .github/workflows/WAU-ReleaseBuilder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/WAU-ReleaseBuilder.yml b/.github/workflows/WAU-ReleaseBuilder.yml index acc665b..13777e9 100644 --- a/.github/workflows/WAU-ReleaseBuilder.yml +++ b/.github/workflows/WAU-ReleaseBuilder.yml @@ -139,7 +139,7 @@ jobs: 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.12/WAU.zip -UseBasicParsing -OutFile .\WAU.zip + wget https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v1.21.13/WAU.zip -UseBasicParsing -OutFile .\WAU.zip - name: Create release uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0