From 275a041067f2374689df60a39eb144fd4d728da0 Mon Sep 17 00:00:00 2001 From: Daniel Kamil Kozar Date: Sat, 1 Apr 2023 22:54:02 +0200 Subject: [PATCH] Fix path to macOS artifact --- .github/macosx/create_app_new.sh | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/macosx/create_app_new.sh b/.github/macosx/create_app_new.sh index c85233ce..ddb94be2 100755 --- a/.github/macosx/create_app_new.sh +++ b/.github/macosx/create_app_new.sh @@ -38,7 +38,7 @@ lazarus_ver="$(lazbuild -v)" fpc_ver="$(fpc -i V | head -n 1)" exename=../../units/transgui appname="Transmission Remote GUI" -dmg_dist_file="../../Release/transgui-$prog_ver.dmg" +dmg_dist_file="../../Release/transgui.dmg" dmgfolder=./Release appfolder="$dmgfolder/$appname.app" diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 23edcbab..2a47265c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -30,4 +30,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: TransGUI macOS - path: Release/transgui-5.18.0.dmg + path: Release/transgui.dmg