Skip to content

Commit

Permalink
Enable nightly build for Windows MSI and integrate atom action into 1…
Browse files Browse the repository at this point in the history
…-click automation

Signed-off-by: Kevin Li <[email protected]>
  • Loading branch information
KevinLiAWS committed Nov 10, 2023
1 parent ec53bee commit a0c0666
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
ref_name:
required: true
type: string
schedule:
- cron: '0 9 * * *'
env:
GO111MODULE: on

Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/release-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,20 @@ jobs:
needs: upload-pkg-and-dependency-source-code-to-release
secrets: inherit
uses: ./.github/workflows/release-homebrew.yaml

build-and-test-finch-msi:
build-and-test-finch-pkg:
needs: get-latest-tag
uses: ./.github/workflows/build-and-test-msi.yaml
secrets: inherit
with:
ref_name: ${{ needs.get-latest-tag.outputs.tag }}

upload-msi-to-release:
needs:
- get-latest-tag
- build-and-test-finch-msi
uses: ./.github/workflows/upload-msi-to-release.yaml
secrets: inherit
with:
ref_name: ${{ needs.get-latest-tag.outputs.tag }}

0 comments on commit a0c0666

Please sign in to comment.