diff --git a/.drone.yml b/.drone.yml index 92ea51f..0be4182 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ pipeline: - cd buildroot-2018.02.2 - make BR2_EXTERNAL=../../ ttngw_defconfig - make 2>&1 | tee build.log | grep --line-buffered ">>>" - - tar czf release.tar.gz builddir/buildroot-2018.02.2/output/images/sdcard.img builddir/buildroot-2018.02.2/build.log + - tar czf release.tar.gz output/images/sdcard.img build.log publish: image: plugins/gitea-release secrets: [ gitea_token ]