Skip to content

Commit 00b00bb

Browse files
committed
added paste.sh in the workflow
1 parent b45f2ec commit 00b00bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ paste: $(shell find ./ -name '*.go')
2121
go build $(BUILD_FLAGS) -o paste main.go
2222

2323
zip: paste
24-
zip -r paste.alfredworkflow info.plist paste
24+
zip -r paste.alfredworkflow info.plist paste paste.sh
2525

2626
v%:
2727
git tag v$*

0 commit comments

Comments
 (0)