diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 917ed78..de31704 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -51,4 +51,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: libplugins_imageformats_libpbf_arm64-v8a.so - path: plugins/libpbf/libplugins_imageformats_libpbf_arm64-v8a.so + path: plugins/libplugins_imageformats_libpbf_arm64-v8a.so diff --git a/pbfplugin.pro b/pbfplugin.pro index eae4705..bee9f1c 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -67,6 +67,6 @@ android { -lz top_builddir=$$shadowed($$PWD) - DESTDIR = $$top_builddir/plugins/libpbf + DESTDIR = $$top_builddir/plugins TARGET = $$qt5LibraryTarget(libpbf, "plugins/imageformats/") }