Skip to content

Commit 67681e5

Browse files
nikhilsinhaparseableparmesant
authored andcommitted
fix: create checksum release action (#1701)
the download artifacts should look at Parseable_OSS* binaries only so adding a filter to download only Parseable_OSS_* files and skip other intermediate files like *.dockerbuild
1 parent dd14314 commit 67681e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ jobs:
327327
steps:
328328
- name: Download artifacts created
329329
uses: actions/download-artifact@v4.1.7
330+
with:
331+
pattern: Parseable_OSS_*
330332

331333
- name: Run shasum command
332334
run: |

0 commit comments

Comments
 (0)