Skip to content

Commit ce89c4c

Browse files
authored
Merge pull request #284 from cooklang/feat/editor-file-reference-autocomplete
fix: filter artifact download in release pipeline
2 parents 50c030f + 3afa5d9 commit ce89c4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ jobs:
271271
steps:
272272
- name: Setup | Artifacts
273273
uses: actions/download-artifact@v4
274+
with:
275+
pattern: cook-*
274276

275277
- name: Setup | Checksums
276278
run: for file in cook-*/cook-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done

0 commit comments

Comments
 (0)