File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments