summaryrefslogtreecommitdiff
path: root/.github/workflows/aur.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/aur.yml')
-rw-r--r--.github/workflows/aur.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml
index d5c1269..49946ad 100644
--- a/.github/workflows/aur.yml
+++ b/.github/workflows/aur.yml
@@ -15,7 +15,7 @@ jobs:
- name: Build AUR Package
run: |
docker buildx create --use
- docker buildx build -t aur-publisher -f releases/aur/Dockerfile .
+ docker buildx build -t aur-publisher releases/aur
- name: Run AUR Publisher
env:
AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }}