Browse Source

Include additional files

Piotr Czajkowski 2 years ago
parent
commit
e957b05d5f
1 changed files with 9 additions and 1 deletions
  1. 9 1
      .goreleaser.yml

+ 9 - 1
.goreleaser.yml

@@ -12,12 +12,20 @@ builds:
       - windows
       - darwin
 archives:
-  - replacements:
+  -
+    replacements:
       darwin: Darwin
       linux: Linux
       windows: Windows
       386: i386
       amd64: x86_64
+    files:
+    - src: 'html/*'
+      dst: html
+      strip_parent: true
+    - src: 'static/*'
+      dst: static
+      strip_parent: true
 checksum:
   name_template: 'checksums.txt'
 snapshot: