mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
no-bug: Fixed checking for workflow update manifests (gh-13384)
This commit is contained in:
@@ -129,12 +129,12 @@ update_manifests() {
|
|||||||
manifest="linux_update_manifest_aarch64"
|
manifest="linux_update_manifest_aarch64"
|
||||||
elif [[ "$mar_file" == "windows.mar" ]]; then
|
elif [[ "$mar_file" == "windows.mar" ]]; then
|
||||||
manifest=".github/workflows/object/windows-x64-signed-x86_64/update_manifest"
|
manifest=".github/workflows/object/windows-x64-signed-x86_64/update_manifest"
|
||||||
if [ ! -f "$manifest" ]; then
|
if [ ! -d "$manifest" ]; then
|
||||||
manifest="windows_update_manifest_x86_64"
|
manifest="windows_update_manifest_x86_64"
|
||||||
fi
|
fi
|
||||||
elif [[ "$mar_file" == "windows-arm64.mar" ]]; then
|
elif [[ "$mar_file" == "windows-arm64.mar" ]]; then
|
||||||
manifest=".github/workflows/object/windows-x64-signed-arm64/update_manifest"
|
manifest=".github/workflows/object/windows-x64-signed-arm64/update_manifest"
|
||||||
if [ ! -f "$manifest" ]; then
|
if [ ! -d "$manifest" ]; then
|
||||||
manifest="windows_update_manifest_arm64"
|
manifest="windows_update_manifest_arm64"
|
||||||
fi
|
fi
|
||||||
elif [[ "$mar_file" == "macos.mar" ]]; then
|
elif [[ "$mar_file" == "macos.mar" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user