From c90018e342c82661a0b40c761ec92e5f74bfad9f Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Fri, 30 Aug 2024 21:04:15 +0200 Subject: [PATCH] Fix file name in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61260a1..28505f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -260,7 +260,7 @@ jobs: - name: Create Application ZIP for GitHub Release shell: pwsh working-directory: GitHub - run: Compress-Archive -Path ./Fido2UI/* -DestinationPath ./FIDO2UI${{ inputs.release_version }}.zip -CompressionLevel Optimal -Force + run: Compress-Archive -Path ./Fido2UI/* -DestinationPath ./FIDO2UI_v${{ inputs.release_version }}.zip -CompressionLevel Optimal -Force - name: Create GitHub Release shell: pwsh