From 618797a114ae2bc0ae29bdf28c239de3abc38bbf Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:51:47 +0200 Subject: [PATCH] Update AutoCreatePreVersion.yml --- .github/workflows/AutoCreatePreVersion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutoCreatePreVersion.yml b/.github/workflows/AutoCreatePreVersion.yml index 8d9d2fe..208fe3c 100644 --- a/.github/workflows/AutoCreatePreVersion.yml +++ b/.github/workflows/AutoCreatePreVersion.yml @@ -28,7 +28,7 @@ jobs: - name: Overwrite Version.txt file uses: "DamianReeves/write-file-action@master" with: - path: Winget-AutoUpdate/Winget-AutoUpdate/Version.txt + path: Winget-AutoUpdate/Version.txt write-mode: overwrite contents: ${{ steps.versioning.outputs.version }} @@ -55,4 +55,4 @@ jobs: prerelease: true title: "v${{ steps.versioning.outputs.version }}" files: | - WAU.zip \ No newline at end of file + WAU.zip