Skip to content

Commit

Permalink
Fix typo in .release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 5, 2024
1 parent 7da5173 commit 74a3c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: debs-${{ github.sha }}-*
+ merge-multiple: true
merge-multiple: true
- name: shasum
shell: bash
run: |
Expand Down

0 comments on commit 74a3c08

Please sign in to comment.