From efa74c72a80522fdd85a56e7dee13e341b73de99 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 30 Jan 2022 23:00:31 -0800 Subject: [PATCH] ci: fix incorrect path --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15c09aef6..e86e50aba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -388,7 +388,7 @@ jobs: # HACK: On x86_64, dylibbundler doesn't resolve this symlink. Weirdly it does on ARM64, # but perhaps I'll bring it up with them soon. - cp $DEP_LOCATION/Frameworks/libpng16.16.37.0.dylib $DEP_LOCATION/Frameworks/libpng16.16.dylib + cp $BUNDLE_NAME/Contents/Frameworks/libpng16.16.37.0.dylib $BUNDLE_NAME/Contents/Frameworks/libpng16.16.dylib if [ "${{ matrix.os-arch }}" == "x86_64" ] then @@ -400,9 +400,6 @@ jobs: mv Olive.sym "$SYM_DIR" fi - # TEMP: Not sure if this will do anything, just trying it out - xattr -cr $BUNDLE_NAME - - name: Deploy Packages working-directory: ${{ runner.workspace }}/build shell: bash