Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMelka committed Jul 3, 2024
1 parent f9b9322 commit cf980e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/WindowsInstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
$version = $version.Trim() # Odstraní případné prázdné znaky kolem verze
Write-Host "Version: $version"
echo "pdf4qt_version=$version" >> $env:GITHUB_ENV
echo "msipackagefilename=JakubMelka.PDF4QT_${version}.msi" >> $GITHUB_ENV
echo "msipackagefilename=JakubMelka.PDF4QT_${version}.msi" >> $env:GITHUB_ENV
Write-Host "MSI package file name: JakubMelka.PDF4QT_${version}.msi"
- name: Find WiXUIExtension.dll
Expand Down

0 comments on commit cf980e1

Please sign in to comment.