Skip to content

Commit

Permalink
Add "installer" to zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry authored Oct 11, 2023
1 parent 5c181d0 commit c528ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Zip up install package
if: github.event_name == 'release'
run: |
Get-ChildItem -Path DriverCertificate.cer, installer/install-cert.bat, target/output/*.msi | Compress-Archive -CompressionLevel Optimal -DestinationPath "virtual-desktop-driver-x64.zip"
Get-ChildItem -Path DriverCertificate.cer, installer/install-cert.bat, target/output/*.msi | Compress-Archive -CompressionLevel Optimal -DestinationPath "virtual-desktop-driver-installer-x64.zip"
- name: Zip up portable package
if: github.event_name == 'release'
Expand Down

0 comments on commit c528ec7

Please sign in to comment.