mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 19:20:20 +00:00
Update paths for installer script and output
This commit is contained in:
committed by
GitHub
parent
facdf39012
commit
cc1b07d5f0
8
.github/workflows/windows-arm64-msys2.yml
vendored
8
.github/workflows/windows-arm64-msys2.yml
vendored
@@ -207,11 +207,11 @@ jobs:
|
|||||||
throw "ISCC_PATH missing or invalid."
|
throw "ISCC_PATH missing or invalid."
|
||||||
}
|
}
|
||||||
|
|
||||||
if (-not (Test-Path "installer\zoitechat-arm64.iss")) {
|
if (-not (Test-Path "win32\installer\zoitechat-arm64.iss")) {
|
||||||
throw "installer\zoitechat-arm64.iss not found."
|
throw "win32\installer\zoitechat-arm64.iss not found."
|
||||||
}
|
}
|
||||||
|
|
||||||
& $iscc "installer\zoitechat-arm64.iss" | Out-Host
|
& $iscc "win32\installer\zoitechat-arm64.iss" | Out-Host
|
||||||
if ($LASTEXITCODE -ne 0) {
|
if ($LASTEXITCODE -ne 0) {
|
||||||
throw "ISCC failed with exit code $LASTEXITCODE"
|
throw "ISCC failed with exit code $LASTEXITCODE"
|
||||||
}
|
}
|
||||||
@@ -219,4 +219,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: zoitechat-windows-arm64-installer
|
name: zoitechat-windows-arm64-installer
|
||||||
path: installer\Output\*.exe
|
path: win32\installer\Output\*.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user