Attempt to put patches in a temp directory and add after source is
downloaded
This commit is contained in:
@@ -37,8 +37,9 @@ runs:
|
||||
env:
|
||||
SOURCE_DIRECTORY: ${{ inputs.extra-source-directory }}
|
||||
run: |
|
||||
mkdir -p ./rpmbuild/PATCHES
|
||||
find ${SOURCE_DIRECTORY} -type f -not -name "*\.spec" \
|
||||
-exec cp {} ./rpmbuild/SOURCES \;
|
||||
-exec cp {} ./rpmbuild/PATCHES \;
|
||||
|
||||
- name: Build RPM
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user