We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62de96c commit 74acfd1Copy full SHA for 74acfd1
.github/workflows/build-and-release.yml
@@ -1,6 +1,6 @@
1
name: Build & Release Alfred Workflow
2
3
-on: # yamllint disable-line rule:truthy
+on:
4
push:
5
tags:
6
- "*"
@@ -32,7 +32,7 @@ jobs:
32
- name: Build .alfredworkflow
33
run: |
34
zip --quiet --recurse-paths "${{ env.WORKFLOW_NAME }}.alfredworkflow" . \
35
- --exclude ".git*" "Makefile" "build-and-release.sh" "README.md" "assets/*" ".DS_Store" ".rsync-exclude"
+ --exclude ".git*" "Makefile" ".build-and-release.sh" "README.md" "assets/*" ".DS_Store" ".rsync-exclude"
36
37
- name: Upload .alfredworkflow as Release Asset
38
id: upload-alfredworkflow
0 commit comments