Skip to content

Commit

Permalink
[fix] Use ** in upload-artifact path (#493)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Mar 5, 2024
1 parent 5fb4f7c commit 0132e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: all-artifacts
path: dist/*/*
path: dist/**/*

release:
name: ${{ inputs.distribution }} Release
Expand Down

0 comments on commit 0132e3f

Please sign in to comment.