aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ctrlaltca2024-10-11 13:32:11 +0200
committerGravatar GitHub2024-10-11 13:32:11 +0200
commit6e7d7b536d0a5a4595249ca8520c62696e342355 (patch)
tree4d08607737f2518cce03f33387b729cf9db3000c
parentTranslation updates (#2682) (diff)
downloadKVIrc-6e7d7b536d0a5a4595249ca8520c62696e342355.tar.gz
KVIrc-6e7d7b536d0a5a4595249ca8520c62696e342355.tar.bz2
KVIrc-6e7d7b536d0a5a4595249ca8520c62696e342355.zip
Tag the build artifacts for win7/qt5 to discriminate them on nightly builds (#2681)
-rw-r--r--.github/workflows/build_windows_qt5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_windows_qt5.yml b/.github/workflows/build_windows_qt5.yml
index 6ef53961e..0961385ed 100644
--- a/.github/workflows/build_windows_qt5.yml
+++ b/.github/workflows/build_windows_qt5.yml
@@ -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