From 77149315a585a1e9cd740e470abe9584b7471edd Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 24 Jul 2023 16:47:23 +0530 Subject: [PATCH] fix(actions): aur build routine --- .github/workflows/aur.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 70f2f14..176cee5 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -21,4 +21,4 @@ jobs: SKIP_LOGIN: true - name: AUR Routine - run: docker build -t aur_routine package/aur/Dockerfile && docker run aur_routine + run: docker build -t aur_routine package/aur && docker run aur_routine