mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Tweak artifact download name
Include more info for support cases to help identify which build user is having issue with
This commit is contained in:
parent
2e512449a4
commit
cac4671c51
@ -112,7 +112,7 @@ win-dev-build:
|
||||
--hidden-import cryptography
|
||||
--hidden-import cffi
|
||||
artifacts:
|
||||
name: "crafty-win-dev"
|
||||
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_REF_SLUG}"
|
||||
paths:
|
||||
- app\
|
||||
- .\crafty_commander.exe
|
||||
@ -147,7 +147,7 @@ win-prod-build:
|
||||
--hidden-import cryptography
|
||||
--hidden-import cffi
|
||||
artifacts:
|
||||
name: "crafty-win-prod"
|
||||
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_REF_SLUG}"
|
||||
paths:
|
||||
- app\
|
||||
- .\crafty_commander.exe
|
||||
|
Loading…
Reference in New Issue
Block a user