do not upload entire /target as artifact

feat/vaults
Tomáš Mládek 2021-06-19 10:45:05 +02:00
parent d1f92eff1b
commit d56601cd61
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ build:backend:
- make backend - make backend
artifacts: artifacts:
paths: paths:
- target - target/release/upend
expire_in: 1 day expire_in: 1 day
build:frontend: build:frontend: