|
|
@@ -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\PicView-v${{steps.get-version.outputs.file-version}}-win-x64
|
|
|
+ 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
|
|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: PicView-${{steps.get-version.outputs.file-version}}-installer-x64
|
|
|
- path: ${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-x64\install
|
|
|
+ path: ${{ github.workspace }}/Build/PicView-v${{steps.get-version.outputs.file-version}}-win-x64/install/
|
|
|
retention-days: 14
|
|
|
|
|
|
# Step 4 (arm64): Publish arm64 version
|
|
|
@@ -70,7 +70,7 @@ jobs:
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: PicView-v${{steps.get-version.outputs.file-version}}-win-arm64
|
|
|
- path: ${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-arm64
|
|
|
+ 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
|
|
|
@@ -85,5 +85,5 @@ jobs:
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: PicView-${{steps.get-version.outputs.file-version}}-installer-arm64
|
|
|
- path: ${{ github.workspace }}\Build\PicView-v${{steps.get-version.outputs.file-version}}-win-arm64\install
|
|
|
+ path: ${{ github.workspace }}/Build/PicView-v${{steps.get-version.outputs.file-version}}-win-arm64/install/
|
|
|
retention-days: 14
|