From e2aff46e00c1209f7dd4f065be4aa116d1130cef Mon Sep 17 00:00:00 2001 From: William Edwards Date: Tue, 1 Oct 2024 13:31:14 -0700 Subject: [PATCH] chore(CI): fix building main AUR package --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1724c6..a0baddb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -129,7 +129,9 @@ jobs: run: git clone ssh://aur@aur.archlinux.org/inputplumber.git - name: Copy Makefile from git package - run: cp inputplumber-git/Makefile inputplumber/Makefile + run: | + cp inputplumber-git/Makefile inputplumber/Makefile + cp inputplumber-git/Dockerfile inputplumber/Dockerfile - name: Build package working-directory: inputplumber