Skip to content

Commit

Permalink
chore(CI): fix building main AUR package
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Oct 1, 2024
1 parent bc59176 commit e2aff46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ jobs:
run: git clone ssh://[email protected]/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
Expand Down

0 comments on commit e2aff46

Please sign in to comment.