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 27fd19e commit 5b3d8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/WindowsInstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
$version = Get-Content -Path ".\pdf4qt\build\version.txt" -Raw
Write-Host "Version: $version"
echo "pdf4qt_version=$version" >> $env:GITHUB_ENV
echo "msipackagefilename=JakubMelka.PDF4QT_${{ version }}.msi" >> $GITHUB_ENV
echo "MSI package file name: JakubMelka.PDF4QT_${{ version }}.msi"
echo "msipackagefilename=JakubMelka.PDF4QT_$version.msi" >> $GITHUB_ENV
echo "MSI package file name: JakubMelka.PDF4QT_$version.msi"
- name: Find WiXUIExtension.dll
id: find_wixui_extension
Expand Down

0 comments on commit 5b3d8b7

Please sign in to comment.