Skip to content

Commit f958e15

Browse files
authored
Merge pull request #310 from harmony-one/fix-update-github-actions
fix(github_actions): add a separate darwin artefact download
2 parents 49726b7 + 61ed143 commit f958e15

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/hmybuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ jobs:
213213
with:
214214
name: hmy
215215

216+
- name: Download artifact
217+
uses: actions/download-artifact@v4
218+
with:
219+
name: hmy-darwin-x86_64
220+
216221
- name: Display structure of downloaded files
217222
run: ls -R
218223

0 commit comments

Comments
 (0)