Commit 524b7089cd6a044b938d213d62e3057e868e6c47

Authored by Georg Hopp
1 parent 7c19febd

Add artifacts.

Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -20,6 +20,7 @@ test:
20 20 dist:
21 21 stage: deploy
22 22 artifacts:
23   - paths: libtrbase-*.tar.gz
  23 + paths:
  24 + - libtrbase-*.tar.gz
24 25 script:
25 26 - make dist
... ...
Please register or login to post a comment