Skip to content

Commit ae99e02

Browse files
committed
build: fix release script
1 parent 412ec71 commit ae99e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alfred-workflow-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build .alfredworkflow
2121
run: |
2222
zip --recurse-paths --symlinks "${{ env.WORKFLOW_NAME }}.alfredworkflow" . \
23-
--exclude "README.md" ".git*" "Justfile" ".build-and-release.sh"
23+
--exclude "README.md" ".git*" "Justfile" ".build-and-release.sh" \
2424
".rsync-exclude" ".editorconfig" ".typos.toml" ".markdownlint.*"
2525
2626
- name: Release

0 commit comments

Comments
 (0)