Skip to content

Commit

Permalink
mac: adjust CI artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Benitoite authored Jul 16, 2024
1 parent 511afa1 commit 2e3bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osx/macosx_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function CreateDmg {
if test -z "${BRANCH}"; then
BRANCH=$(git rev-parse --short HEAD)
fi
mv "${PROJECT_NAME}_macOS_${arch}_latest.zip" "${PROJECT_NAME}_${BRANCH}_macOS_${CMAKE_BUILD_TYPE}.zip"
mv "${PROJECT_NAME}_macOS_${arch}_latest.zip" "${PROJECT_NAME}_${BRANCH}_macOS_${arch}_${CMAKE_BUILD_TYPE}.zip"
fi
}

Expand Down

0 comments on commit 2e3bf1f

Please sign in to comment.