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