Skip to content

Commit e11f4e8

Browse files
authored
Merge pull request #34 from Heshdude/improving-automation
Adding filter to filter out the installers directory only
2 parents 6a1c4e7 + 8835e2d commit e11f4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: technote-space/get-diff-action@v1
1616
with:
1717
PREFIX_FILTER: |
18-
installers
18+
installers/
1919
- name: Generate installers, update README.md & installers.toml
2020
if: env.GIT_DIFF
2121
run: ./generate.sh ${{ env.GIT_DIFF }}

0 commit comments

Comments
 (0)