AL-Go
AL-Go copied to clipboard
'Create Release' action in combination with BuildModes 'TranslationFile'
Our repo has the BuildModes property set to 'TranslationFile'
The CICD action runs fine and produces artifacts
When running the Create Release action, no artifacts for 'latest' are discovered
When changing the BuildModes back to Default ...
... the artifacts are recreated by the CICD action
And now the Create Release action picks up the proper artifacts.
Can the 'Create Release' by used in combination with buildMode "translationfile", as it does not create a -apps- artifacts, but -translatedApps- artifacts instead?
I think the idea is that you set BuildModes to TranslationFile and Default to build both - not sure though. @mazhelez knows more