Skip to content

Commit

Permalink
Fix file name in release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrafnetter committed Aug 30, 2024
1 parent 41f0d2b commit c90018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c90018e

Please sign in to comment.