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 a6d13d5 commit c61d286Copy full SHA for c61d286
Taskfile.yml
@@ -5,7 +5,7 @@ version: '3'
5
vars:
6
OUT_DIR: dist
7
OUT_FILE: smtp-cli
8
- OUT_ARCHIVE: smtp-cli
+ OUT_ARCHIVE: "{{ env \"OUT_ARCHIVE\" | default \"smtp-cli\" }}"
9
10
tasks:
11
build:
0 commit comments