Skip to content

Commit

Permalink
Make macos dmg nightlies more orderable
Browse files Browse the repository at this point in the history
Without any tags in the downloaded history, git doesn't know how many
commits happened since latest tag
  • Loading branch information
DarthGandalf committed Oct 22, 2023
1 parent 7883d21 commit f5ddd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd '${{github.workspace}}'
kvi_version=$(grep -i "^set(VERSION_RELEASE .*)$" CMakeLists.txt | egrep -o '[0-9\.]' | tr -d '\n')
git_desc=$(git describe --always)
echo "dmg_name=KVIrc-$kvi_version-dev-$git_desc" >> "$GITHUB_ENV"
echo "dmg_name=KVIrc-$kvi_version-dev-$(date +%F)-git-$git_desc" >> "$GITHUB_ENV"
- name: Create DMG
shell: bash
Expand Down

0 comments on commit f5ddd80

Please sign in to comment.