Skip to content

Commit 74acfd1

Browse files
committed
build: exclude build-script from .alfredworkflow
1 parent 62de96c commit 74acfd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build & Release Alfred Workflow
22

3-
on: # yamllint disable-line rule:truthy
3+
on:
44
push:
55
tags:
66
- "*"
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build .alfredworkflow
3333
run: |
3434
zip --quiet --recurse-paths "${{ env.WORKFLOW_NAME }}.alfredworkflow" . \
35-
--exclude ".git*" "Makefile" "build-and-release.sh" "README.md" "assets/*" ".DS_Store" ".rsync-exclude"
35+
--exclude ".git*" "Makefile" ".build-and-release.sh" "README.md" "assets/*" ".DS_Store" ".rsync-exclude"
3636
3737
- name: Upload .alfredworkflow as Release Asset
3838
id: upload-alfredworkflow

0 commit comments

Comments
 (0)