Fix release CI?
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Olivier 'reivilibre' 2022-04-07 21:00:50 +01:00
parent 41066948fc
commit 17f4c03617

View File

@ -26,7 +26,8 @@ pipeline:
- cargo install --path quickpeep_raker --bins --root dist - cargo install --path quickpeep_raker --bins --root dist
- cargo install --path quickpeep_indexer --bins --root dist - cargo install --path quickpeep_indexer --bins --root dist
- cp -r scripts dist/ - cp -r scripts dist/
- "tar Jcvf quickpeep-$qualsuff.tar.xz" - "mv dist quickpeep-$qualsuff"
- "tar Jcvf quickpeep-$qualsuff.tar.xz quickpeep-$qualsuff"
uploadRelease: uploadRelease:
when: *when when: *when