From 986c1a7bc8ebd75e9ef6ce3daf6d1bc4e445fc51 Mon Sep 17 00:00:00 2001 From: CI workflows Date: Fri, 31 Oct 2025 15:05:12 +0000 Subject: [PATCH] chore: auto-update github workflows --- .github/workflows/build-app-beta.yaml | 1 + .github/workflows/build-app-check.yaml | 1 + .github/workflows/build-app-pro-beta.yaml | 5 ++++- .github/workflows/build-app-pro.yaml | 5 ++++- .github/workflows/build-app.yaml | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 1b1b60bb6..e5948beb2 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -109,6 +109,7 @@ jobs: - name: Fix YML hashes if: matrix.os == 'windows-2022' run: | + yarn run fixYmlHashes - name: Copy artifacts run: | diff --git a/.github/workflows/build-app-check.yaml b/.github/workflows/build-app-check.yaml index c978302b5..173a21fad 100644 --- a/.github/workflows/build-app-check.yaml +++ b/.github/workflows/build-app-check.yaml @@ -105,6 +105,7 @@ jobs: - name: Fix YML hashes if: matrix.os == 'windows-2022' run: | + yarn run fixYmlHashes - name: Copy artifacts run: | diff --git a/.github/workflows/build-app-pro-beta.yaml b/.github/workflows/build-app-pro-beta.yaml index 1f1fb0798..ab87a8b0d 100644 --- a/.github/workflows/build-app-pro-beta.yaml +++ b/.github/workflows/build-app-pro-beta.yaml @@ -135,13 +135,16 @@ jobs: endpoint: https://wus3.codesigning.azure.net/ trusted-signing-account-name: DbGate certificate-profile-name: DbGate-Release - files-folder: app/dist + files-folder: ../dbgate-merged/app/dist files-folder-filter: exe timestamp-rfc3161: http://timestamp.acs.microsoft.com timestamp-digest: SHA256 - name: Fix YML hashes if: matrix.os == 'windows-2022' run: | + cd .. + cd dbgate-merged + yarn run fixYmlHashes - name: Copy artifacts run: | diff --git a/.github/workflows/build-app-pro.yaml b/.github/workflows/build-app-pro.yaml index c8f31b6a2..9e5f06d81 100644 --- a/.github/workflows/build-app-pro.yaml +++ b/.github/workflows/build-app-pro.yaml @@ -135,13 +135,16 @@ jobs: endpoint: https://wus3.codesigning.azure.net/ trusted-signing-account-name: DbGate certificate-profile-name: DbGate-Release - files-folder: app/dist + files-folder: ../dbgate-merged/app/dist files-folder-filter: exe timestamp-rfc3161: http://timestamp.acs.microsoft.com timestamp-digest: SHA256 - name: Fix YML hashes if: matrix.os == 'windows-2022' run: | + cd .. + cd dbgate-merged + yarn run fixYmlHashes - name: Copy artifacts run: | diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 08c9460f9..212f72a2b 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -108,6 +108,7 @@ jobs: - name: Fix YML hashes if: matrix.os == 'windows-2022' run: | + yarn run fixYmlHashes - name: Copy artifacts run: |