We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412ec71 commit ae99e02Copy full SHA for ae99e02
.github/workflows/alfred-workflow-release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build .alfredworkflow
21
run: |
22
zip --recurse-paths --symlinks "${{ env.WORKFLOW_NAME }}.alfredworkflow" . \
23
- --exclude "README.md" ".git*" "Justfile" ".build-and-release.sh"
+ --exclude "README.md" ".git*" "Justfile" ".build-and-release.sh" \
24
".rsync-exclude" ".editorconfig" ".typos.toml" ".markdownlint.*"
25
26
- name: Release
0 commit comments