Skip to content

Commit d16b152

Browse files
authored
Update BuildWin32.yml
1 parent 8c4de01 commit d16b152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildWin32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: PicView-v${{steps.get-version.outputs.file-version}}-win-x64
44-
path: ${{ github.workspace }}\Build\
44+
path: ${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-x64
4545
retention-days: 14
4646

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

7676
# Step 7 (arm64): Compile .ISS to .EXE Installer for arm64
7777
- name: Compile .ISS to .EXE Installer (arm64)
7878
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
7979
with:
8080
path: .\Build\install.iss
81-
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
81+
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
8282

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

0 commit comments

Comments
 (0)