Skip to content

Commit

Permalink
build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Jul 8, 2024
1 parent d34f6b5 commit f6ced39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- name: Check out the repository
uses: actions/[email protected]

- name: Get changed files
id: changed_files
uses: masesgroup/[email protected]
- name: 📂 Detect changed files
uses: dorny/paths-filter@v3
id: filter
with:
filters: .github/paths-filter.yml

- name: Get add-ons
id: addons
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/paths-filter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tzb-cc2652-flasher: tzb-cc2652-flasher/config.*
tzb-silabs-flasher: tzb-silabs-flasher/config.*
tzb-zigpy-cli-tools: tzb-zigpy-cli-tools/config.*
2 changes: 1 addition & 1 deletion tzb-zigpy-cli-tools/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.2.3
version: 0.2.3.1
slug: tzb-zigpy-cli-tools
name: TubesZB Zigpy-CLI Tools
description: TubesZB Zigpy-CLI Toolsadd-on
Expand Down

0 comments on commit f6ced39

Please sign in to comment.