Skip to content

Commit 047041d

Browse files
authored
Merge pull request #372 from Shopify/grodowski/fix-release-yml
Fix typo in .release.yml
2 parents 7da5173 + 74a3c08 commit 047041d

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/download-artifact@v4
3838
with:
3939
pattern: debs-${{ github.sha }}-*
40-
+ merge-multiple: true
40+
merge-multiple: true
4141
- name: shasum
4242
shell: bash
4343
run: |

0 commit comments

Comments
 (0)