Skip to content

Commit

Permalink
fix: move dmg file to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzer0x committed Sep 5, 2024
1 parent fdb3a7a commit 46bd97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46bd97e

Please sign in to comment.