Skip to content

Commit 35a7a27

Browse files
authored
[release][minor] update release workflow to use build.yml for artifact download (#204)
1 parent 9cbd3bb commit 35a7a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: dawidd6/action-download-artifact@v6
5555
with:
5656
github_token: ${{secrets.GITHUB_TOKEN}}
57-
workflow: ci.yml
57+
workflow: build.yml
5858
workflow_conclusion: success
5959
name: wasm-file
6060

0 commit comments

Comments
 (0)