Skip to content

Commit 987c44b

Browse files
committed
Fix exclude pattern.
1 parent 77bee0f commit 987c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: com30n/build-alfred-workflow@v1
2323
with:
2424
workflow_dir: .
25-
exclude_patterns: '.git/* .gitignore .github docker_tag Dockerfile-php-build DOCKER_ENV output.log resources/*'
25+
exclude_patterns: '.git/* .gitignore .github/* docker_tag Dockerfile-php-build DOCKER_ENV output.log resources/*'
2626
custom_version: "${{ env.VERSION }}"
2727
- name: Create release
2828
id: create_release

0 commit comments

Comments
 (0)