diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 12ac4ad..ba8155d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,8 @@ jobs: - name: Patching files run: | - find patches/ -type f -iname *.patch -exec /bin/bash -c 'patchfile=$1; orig_file=$(basename ${patchfile#patches/} .patch); patch $orig_file $patchfile' bash '{}' \; + cd /Users/runner/work/tweaks/tweaks + find patches/ -type f -iname *.patch -exec /bin/bash -c 'patchfile=$1; orig_file=$(basename ${patchfile#patches/} .patch); patch $orig_file $patchfile' bash '{}' \; - name: Build packages run: |