Skip to content

Commit 21d8547

Browse files
authored
Merge pull request #156 from odefun/feat/release-checksum-fix-041359
fix: handle merged artifacts in release checksum step
2 parents 7d6842d + 9ef6f30 commit 21d8547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
uses: actions/download-artifact@v4
7373
with:
7474
path: dist
75+
merge-multiple: true
7576

7677
- name: Generate checksums
7778
run: |
78-
find dist -type f -name "ode-*" -exec cp {} dist/ \;
7979
cd dist
8080
sha256sum ode-* > SHA256SUMS
8181

0 commit comments

Comments
 (0)