From a7703ec99654727b0e7c71b0e8375f59725239cf Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 31 Oct 2025 16:04:46 +0100 Subject: [PATCH] fix build --- workflow-templates/build-app.tpl.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow-templates/build-app.tpl.yaml b/workflow-templates/build-app.tpl.yaml index e4b9025ac..beae0c799 100644 --- a/workflow-templates/build-app.tpl.yaml +++ b/workflow-templates/build-app.tpl.yaml @@ -203,7 +203,7 @@ jobs: trusted-signing-account-name: DbGate certificate-profile-name: DbGate-Release - files-folder: app/dist + files-folder: <> files-folder-filter: exe timestamp-rfc3161: http://timestamp.acs.microsoft.com @@ -212,6 +212,7 @@ jobs: - name: Fix YML hashes if: matrix.os == 'windows-2022' run: | + <> yarn run fixYmlHashes - name: Copy artifacts