Corrected artifacts block

This commit is contained in:
Joe Bellus 2022-02-08 21:25:05 -05:00
parent 7d3155f34e
commit 984f368ddc
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ build:
- cargo build --release
- tar -czf ./vade-linux-x64.tar.gz -C target/release .
artifacts:
paths:
- target/release/vade
docker: