Skip to content

Commit

Permalink
Merge pull request #1143 from SmartThingsCommunity/fixup/changed_files
Browse files Browse the repository at this point in the history
Fixes breaking change introduced by changed_files update
  • Loading branch information
greens authored Jan 3, 2024
2 parents e2a2c04 + 637f9e7 commit 36fa288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-driver-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
with:
dir_names: true
dir_names_max_depth: 3
files: "drivers"
files: "drivers/**"
json: true
safe_output: false
- id: set-outputs
run: echo "matrix=${{ steps.changed-drivers.outputs.all_modified_files }}" >> $GITHUB_OUTPUT
- run: echo ${{ steps.changed-drivers.outputs.all_modified_files }}
Expand Down

0 comments on commit 36fa288

Please sign in to comment.