Skip to content

Commit

Permalink
Update BuildWin32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Oct 3, 2024
1 parent 8c4de01 commit d16b152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildWin32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: PicView-v${{steps.get-version.outputs.file-version}}-win-x64
path: ${{ github.workspace }}\Build\
path: ${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-x64
retention-days: 14

# Step 6 (x64): Compile .ISS to .EXE Installer for x64
Expand Down Expand Up @@ -70,15 +70,15 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: PicView-v${{steps.get-version.outputs.file-version}}-win-arm64
path: ${{ github.workspace }}\Build\
path: ${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-arm64
retention-days: 14

# Step 7 (arm64): Compile .ISS to .EXE Installer for arm64
- name: Compile .ISS to .EXE Installer (arm64)
uses: Minionguyjpro/[email protected]
with:
path: .\Build\install.iss
options: /O+ /DMyAppVersion=${{steps.get-version.outputs.file-version}} /DMyAppOutputDir=${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-x64\install /DMyFileSource=${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-x64\ /DAppIcon=${{ github.workspace }}\src\PicView.Avalonia.Win32\icon.ico /DLicenseFile=${{ github.workspace }}\src\PicView.Core\Licenses\LICENSE.txt
options: /O+ /DMyAppVersion=${{steps.get-version.outputs.file-version}} /DMyAppOutputDir=${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-arm64\install /DMyFileSource=${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-arm64\ /DAppIcon=${{ github.workspace }}\src\PicView.Avalonia.Win32\icon.ico /DLicenseFile=${{ github.workspace }}\src\PicView.Core\Licenses\LICENSE.txt

# Step 8 (arm64): Upload the Inno Setup Installer for arm64 as an artifact
- name: Upload Inno Setup Installer (arm64)
Expand Down

0 comments on commit d16b152

Please sign in to comment.