Skip to content

Commit

Permalink
Tag the build artifacts for win7/qt5 to discriminate them on nightly …
Browse files Browse the repository at this point in the history
…builds (#2681)
  • Loading branch information
ctrlaltca authored Oct 11, 2024
1 parent bdffa65 commit 6e7d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,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 "exe_name=KVIrc-$kvi_version-dev-$(date +%F)-git-$git_desc" >> "$GITHUB_ENV"
echo "exe_name=KVIrc-$kvi_version-qt5-dev-$(date +%F)-git-$git_desc" >> "$GITHUB_ENV"
- name: Add StdUtils plugin to NSIS
Expand Down

0 comments on commit 6e7d7b5

Please sign in to comment.