Skip to content

Commit

Permalink
Merge pull request #2167 from input-output-hk/djo/package-explorer-in…
Browse files Browse the repository at this point in the history
…-releases

feat(ci): include explorer in packaged releases
  • Loading branch information
Alenar authored Dec 11, 2024
2 parents c6c7eba + e5f1628 commit 5adc62c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ jobs:
needs:
- build
- build-test-wasm
- build-test-explorer
- test
- e2e
- check
Expand Down Expand Up @@ -590,6 +591,12 @@ jobs:
name: mithril-distribution-Windows-X64
path: ./package-Windows-X64

- name: Download built artifacts (Explorer)
uses: actions/download-artifact@v4
with:
name: explorer-build
path: ./package

- name: Prepare distribution package
uses: ./.github/workflows/actions/prepare-distribution
with:
Expand Down

0 comments on commit 5adc62c

Please sign in to comment.