From fc5cf9c3ab0c0ea1c4e62a69dcd6a6242923d9b9 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:25:24 +0200 Subject: [PATCH] Rolling back due to accidentally deleting a line of code. --- .github/workflows/WAU-CreateNewVersion.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/WAU-CreateNewVersion.yml b/.github/workflows/WAU-CreateNewVersion.yml index 699b0a9..5149529 100644 --- a/.github/workflows/WAU-CreateNewVersion.yml +++ b/.github/workflows/WAU-CreateNewVersion.yml @@ -81,6 +81,9 @@ jobs: zip -r ../../WAU_ADMX.zip * cd ../.. + echo "### Create install counter file ###" + echo "Install counter file." > WAU_InstallCounter + - name: Create release uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: