mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
chore: auto-update github workflows
This commit is contained in:
1
.github/workflows/build-app-beta.yaml
vendored
1
.github/workflows/build-app-beta.yaml
vendored
@@ -109,6 +109,7 @@ jobs:
|
|||||||
- name: Fix YML hashes
|
- name: Fix YML hashes
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
yarn run fixYmlHashes
|
yarn run fixYmlHashes
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
1
.github/workflows/build-app-check.yaml
vendored
1
.github/workflows/build-app-check.yaml
vendored
@@ -105,6 +105,7 @@ jobs:
|
|||||||
- name: Fix YML hashes
|
- name: Fix YML hashes
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
yarn run fixYmlHashes
|
yarn run fixYmlHashes
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
5
.github/workflows/build-app-pro-beta.yaml
vendored
5
.github/workflows/build-app-pro-beta.yaml
vendored
@@ -135,13 +135,16 @@ jobs:
|
|||||||
endpoint: https://wus3.codesigning.azure.net/
|
endpoint: https://wus3.codesigning.azure.net/
|
||||||
trusted-signing-account-name: DbGate
|
trusted-signing-account-name: DbGate
|
||||||
certificate-profile-name: DbGate-Release
|
certificate-profile-name: DbGate-Release
|
||||||
files-folder: app/dist
|
files-folder: ../dbgate-merged/app/dist
|
||||||
files-folder-filter: exe
|
files-folder-filter: exe
|
||||||
timestamp-rfc3161: http://timestamp.acs.microsoft.com
|
timestamp-rfc3161: http://timestamp.acs.microsoft.com
|
||||||
timestamp-digest: SHA256
|
timestamp-digest: SHA256
|
||||||
- name: Fix YML hashes
|
- name: Fix YML hashes
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
|
|
||||||
yarn run fixYmlHashes
|
yarn run fixYmlHashes
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
5
.github/workflows/build-app-pro.yaml
vendored
5
.github/workflows/build-app-pro.yaml
vendored
@@ -135,13 +135,16 @@ jobs:
|
|||||||
endpoint: https://wus3.codesigning.azure.net/
|
endpoint: https://wus3.codesigning.azure.net/
|
||||||
trusted-signing-account-name: DbGate
|
trusted-signing-account-name: DbGate
|
||||||
certificate-profile-name: DbGate-Release
|
certificate-profile-name: DbGate-Release
|
||||||
files-folder: app/dist
|
files-folder: ../dbgate-merged/app/dist
|
||||||
files-folder-filter: exe
|
files-folder-filter: exe
|
||||||
timestamp-rfc3161: http://timestamp.acs.microsoft.com
|
timestamp-rfc3161: http://timestamp.acs.microsoft.com
|
||||||
timestamp-digest: SHA256
|
timestamp-digest: SHA256
|
||||||
- name: Fix YML hashes
|
- name: Fix YML hashes
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
|
|
||||||
yarn run fixYmlHashes
|
yarn run fixYmlHashes
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
@@ -108,6 +108,7 @@ jobs:
|
|||||||
- name: Fix YML hashes
|
- name: Fix YML hashes
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
yarn run fixYmlHashes
|
yarn run fixYmlHashes
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user