FN-5712: fix x64 AppImage artifact assertion name
Align Linux x64 artifact checks with the actual AppImage filename pattern. - Update release workflow artifact glob from linux-x64 to linux-x86_64. - Update desktop release workflow test expectation to match linux-x86_64 naming. Files changed: .github/workflows/test-release.yml | 2 +- packages/desktop/src/__tests__/release-workflow.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Fusion-Task-Id: FN-5712 Fusion-Task-Lineage: 2bb6f260-81b2-4cb7-bb45-f91bfaa6150c
This commit is contained in:
2
.github/workflows/test-release.yml
vendored
2
.github/workflows/test-release.yml
vendored
@@ -294,7 +294,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
arm64_appimages=(packages/desktop/dist-electron/Fusion-*-linux-arm64.AppImage)
|
arm64_appimages=(packages/desktop/dist-electron/Fusion-*-linux-arm64.AppImage)
|
||||||
x64_appimages=(packages/desktop/dist-electron/Fusion-*-linux-x64.AppImage)
|
x64_appimages=(packages/desktop/dist-electron/Fusion-*-linux-x86_64.AppImage)
|
||||||
if [ ${#arm64_appimages[@]} -eq 0 ]; then
|
if [ ${#arm64_appimages[@]} -eq 0 ]; then
|
||||||
echo "No Fusion Linux arm64 AppImage artifacts produced" >&2
|
echo "No Fusion Linux arm64 AppImage artifacts produced" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user