diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 920d68e8..f26088e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: run: | # Apply patches to obs-studio pushd "${{ github.workspace }}/third-party/obs-studio" > /dev/null - for f in ${{ github.workspace }}/patches/obs-studio/*.patch; do + for f in ../../patches/obs-studio/*.patch; do echo "Applying patch '${f}''..." [ -e "$f" ] || continue git apply "$f" @@ -257,7 +257,7 @@ jobs: run: | # Apply patches to obs-studio pushd "${{ github.workspace }}/third-party/obs-studio" > /dev/null - for f in ${{ github.workspace }}/patches/obs-studio/*.patch; do + for f in ../../patches/obs-studio/*.patch; do echo "Applying patch '${f}''..." [ -e "$f" ] || continue git apply "$f" @@ -405,7 +405,7 @@ jobs: run: | # Apply patches to obs-studio pushd "${{ github.workspace }}/third-party/obs-studio" > /dev/null - for f in ${{ github.workspace }}/patches/obs-studio/*.patch; do + for f in ../../patches/obs-studio/*.patch; do echo "Applying patch '${f}''..." [ -e "$f" ] || continue git apply "$f"