From 39a70d5050045679fa87abd8cce5b57da025e7ff Mon Sep 17 00:00:00 2001 From: Taea Vogel Date: Mon, 4 Nov 2024 16:14:20 -0500 Subject: [PATCH] fix mounting --- .github/workflows/e2e-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-mac.yml b/.github/workflows/e2e-mac.yml index 980d3a2101..51fa52a8d1 100644 --- a/.github/workflows/e2e-mac.yml +++ b/.github/workflows/e2e-mac.yml @@ -51,7 +51,7 @@ jobs: run: hdiutil mount $FILE_NAME - name: Add App file to applications - run: cd ~ && cp -R "/Volumes/Quiet $VERSION/Quiet.app" /Applications + run: cd ~ && cp -R "/Volumes/Quiet $VERSION-arm64/Quiet.app" /Applications - name: Run invitation link test - Includes 2 separate application clients uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0