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