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