Skip to content

Commit

Permalink
build.yml: pattern needs to be '**'
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Oct 21, 2024
1 parent 176e245 commit 77d22e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Download workflow artifacts
uses: actions/download-artifact@v4
with:
pattern: age-binaries-*
pattern: '**'
merge-multiple: true
- name: Upload release artifacts
run: gh release upload "$GITHUB_REF_NAME" age-*
Expand Down

0 comments on commit 77d22e6

Please sign in to comment.