From 46bd97e5e1d38efe049fe0418ba994dedde58ad9 Mon Sep 17 00:00:00 2001 From: Youssef Fathy <32334265+0xzer0x@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:41:57 +0300 Subject: [PATCH] fix: move dmg file to correct path --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64c1ce08..519bf1fe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -169,7 +169,7 @@ jobs: create-dmg --dmg-title="Install Quran Companion" quran-companion.app || true file="$(find . -maxdepth 1 -name "Quran Companion*.dmg" | head -n 1)" if [[ -n "$file" ]]; then - mv "$file" "Quran_Companion-${{env.APP_VER}}-x86_64.dmg" + mv "$file" "${{ github.workspace }}/Quran_Companion-${{env.APP_VER}}-x86_64.dmg" else echo "DMG file not found!" exit 1