From cbe47e6574fba7cf2783cff15c36b607943508db Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 29 Oct 2020 00:34:39 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26689e1..64a4f6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: taskwarrior-tui - path: target + path: target/release/rpmbuild/RPMS/x86_64/taskwarrior-tui-*.x86_64.rpm aur: name: Publish aur package runs-on: ubuntu-latest