From 61fae535b1befc613881cc96866efc3329e33a26 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 29 Oct 2020 00:23:40 -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 809ce60..cb0db7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: taskwarrior-tui - path: target/release/rpmbuild/RPMs/x86_64/taskwarrior-tui-*.rpm + path: target aur: name: Publish aur package runs-on: ubuntu-latest