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