Skip to content

Commit 8cc78a6

Browse files
committed
add nuclei-templates 2022-06-29 13:41:1656481278
1 parent 981ad8f commit 8cc78a6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/build/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ builds:
1818
- amd64
1919
archives:
2020
- format: zip
21+
extra_files:
22+
- glob: ./config
2123

2224
checksum:
2325
name_template: "{{ .ProjectName }}-linux-checksums.txt"

.github/build/mac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ builds:
1919

2020
archives:
2121
- format: zip
22+
extra_files:
23+
- glob: ./config
2224
replacements:
2325
darwin: macOS
2426

.github/build/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ builds:
2121

2222
archives:
2323
- format: zip
24+
extra_files:
25+
- glob: ./config
2426

2527
checksum:
2628
name_template: "{{ .ProjectName }}-windows-checksums.txt"

0 commit comments

Comments
 (0)