mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix: test & lint
This commit is contained in:
@@ -183,6 +183,7 @@ jobs:
|
|||||||
- windows-signer-gate
|
- windows-signer-gate
|
||||||
- package-distribution-windows-x64
|
- package-distribution-windows-x64
|
||||||
uses: ./.github/workflows/windows-signer.yml
|
uses: ./.github/workflows/windows-signer.yml
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.package-distribution-windows-x64.outputs.files_to_be_signed }}
|
files: ${{ needs.package-distribution-windows-x64.outputs.files_to_be_signed }}
|
||||||
artifact-name: packaged-win32-x64
|
artifact-name: packaged-win32-x64
|
||||||
@@ -193,6 +194,7 @@ jobs:
|
|||||||
- windows-signer-gate
|
- windows-signer-gate
|
||||||
- package-distribution-windows-arm64
|
- package-distribution-windows-arm64
|
||||||
uses: ./.github/workflows/windows-signer.yml
|
uses: ./.github/workflows/windows-signer.yml
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.package-distribution-windows-arm64.outputs.files_to_be_signed }}
|
files: ${{ needs.package-distribution-windows-arm64.outputs.files_to_be_signed }}
|
||||||
artifact-name: packaged-win32-arm64
|
artifact-name: packaged-win32-arm64
|
||||||
@@ -315,6 +317,7 @@ jobs:
|
|||||||
- windows-signer-gate
|
- windows-signer-gate
|
||||||
- make-windows-installer
|
- make-windows-installer
|
||||||
uses: ./.github/workflows/windows-signer.yml
|
uses: ./.github/workflows/windows-signer.yml
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.make-windows-installer.outputs.FILES_TO_BE_SIGNED_x64 }}
|
files: ${{ needs.make-windows-installer.outputs.FILES_TO_BE_SIGNED_x64 }}
|
||||||
artifact-name: installer-win32-x64
|
artifact-name: installer-win32-x64
|
||||||
@@ -325,6 +328,7 @@ jobs:
|
|||||||
- windows-signer-gate
|
- windows-signer-gate
|
||||||
- make-windows-installer
|
- make-windows-installer
|
||||||
uses: ./.github/workflows/windows-signer.yml
|
uses: ./.github/workflows/windows-signer.yml
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.make-windows-installer.outputs.FILES_TO_BE_SIGNED_arm64 }}
|
files: ${{ needs.make-windows-installer.outputs.FILES_TO_BE_SIGNED_arm64 }}
|
||||||
artifact-name: installer-win32-arm64
|
artifact-name: installer-win32-arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user