Commit 606fb3b7 authored by Watchtek's avatar Watchtek
Browse files

add more artifacts

parent 842fefd0
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ windows_bin:
    - apt-get update && apt-get install -y zip
  artifacts:
    paths:
      - "${BINARY_NAME}_*"
      - "${BINARY_NAME}.zip"
  variables:
    TARGET_OS: "windows"
@@ -85,6 +86,7 @@ linux_slim_bin:
    entrypoint: ['']
  artifacts:
    paths:
      - "${BINARY_NAME}_*"
      - "${BINARY_NAME}.tar.gz"
  variables:
    TARGET_OS: "linux"