Skip to content

Commit

Permalink
כיווץ זיפ אופטימלי, אותיות רישיות בשמות הקבצים
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Jun 23, 2024
1 parent c4f99ff commit 1547352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
DisableProgramGroupPage=yes
LicenseFile="license.md"
PrivilegesRequired=lowest
OutputBaseFilename=singles-sorter-installer-{#MyAppVersion}
OutputBaseFilename=Singles-Sorter-Installer-{#MyAppVersion}
SetupIconFile=src\core\assets\icon.ico
SolidCompression=yes
Compression=lzma2/ultra64
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
Copy-Item dist\main.exe portable\
Copy-Item -Recurse src\core\app portable\
Copy-Item -Recurse src\core\assets portable\
Compress-Archive -Path portable\* -DestinationPath singles-sorter-portable-${{ steps.get_version.outputs.VERSION }}.zip
Compress-Archive -Path portable\* -DestinationPath Singles-Sorter-Portable-${{ steps.get_version.outputs.VERSION }}.zip -CompressionLevel Optimal
- name: Create Release
uses: softprops/action-gh-release@v2.0.6
Expand All @@ -104,5 +104,5 @@ jobs:
draft: true
prerelease: true
files: |
Output/singles-sorter-installer-${{ steps.get_version.outputs.VERSION }}.exe
singles-sorter-portable-${{ steps.get_version.outputs.VERSION }}.zip
Output/Singles-Sorter-Installer-${{ steps.get_version.outputs.VERSION }}.exe
Singles-Sorter-Portable-${{ steps.get_version.outputs.VERSION }}.zip

0 comments on commit 1547352

Please sign in to comment.