[FarGroup/FarManager] master: gh-1111: Improve artefact names (631162c48)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Jun 11, 2026, 6:45:52 PM (6 days ago) Jun 11
to farco...@googlegroups.com
Repository : https://github.com/FarGroup/FarManager
On branch : master
Link : https://github.com/FarGroup/FarManager/commit/631162c48e1f2ad38a589f4b930685c5fd735d83

>---------------------------------------------------------------

commit 631162c48e1f2ad38a589f4b930685c5fd735d83
Author: Alex Alabuzhev <alab...@gmail.com>
Date: Thu Jun 11 23:16:20 2026 +0100

gh-1111: Improve artefact names


>---------------------------------------------------------------

631162c48e1f2ad38a589f4b930685c5fd735d83
appveyor.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 96fa0325b..0cc027b68 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -151,7 +151,9 @@ after_build:
#Run macrotest.lua, on failure %ERRORLEVEL% is non zero
- if not "%platform_name%" == "ARM64" Far.exe -service "macro:test"
#set NAME_PREFIX variable as otherwise it is not available when artifacts are collected
- - set NAME_PREFIX="Far%NAME_ADD%.%platform_name%.%appveyor_build_version%.%APPVEYOR_REPO_COMMIT%"
+ - set TIMESTAMP=%APPVEYOR_REPO_COMMIT_TIMESTAMP:~0,10%
+ - set TIMESTAMP=%TIMESTAMP:-=%
+ - set NAME_PREFIX="Far_%appveyor_build_version%_%platform_name%_%TIMESTAMP%_%APPVEYOR_REPO_COMMIT:~0,7%"
- appveyor SetVariable -Name NAME_PREFIX -Value "%NAME_PREFIX%"
#save artifacts only for release as we keep on reaching the appveyor limit
#archive PDBs


Reply all
Reply to author
Forward
0 new messages