Skip to content

Commit

Permalink
Fix path to macOS artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Apr 1, 2023
1 parent 9984b83 commit 275a041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/macosx/create_app_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 275a041

Please sign in to comment.