From 68648178b32181188ac00d1df132bded6b2ee30d Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 19 Sep 2021 14:44:31 +0100 Subject: [PATCH] hack --- .github/workflows/CICD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 51f705a..030f9aa 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -257,9 +257,11 @@ jobs: with: files: | ${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }} + ${{ env.PROJECT_NAME }}-${{ matrix.job.target }}.deb env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ## fix! [rivy; 2020-22-01] `cargo tarpaulin` is unable to test this repo at the moment; alternate recipe or another testing framework? # coverage: # name: Code Coverage