Skip to content

Commit

Permalink
πŸ› Fixes Artifact Transfer for Extensionless Files
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
lipkau authored and brucificus committed Jan 8, 2024
1 parent a67915c commit 6e88713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ runs:
uses: actions/upload-artifact@v3
with:
name: "${{ inputs.name }}"
path: "./${{ inputs.name }}/**/*.*"
path: "./${{ inputs.name }}/"
if-no-files-found: error

0 comments on commit 6e88713

Please sign in to comment.