Remove unnecessary path element

This commit is contained in:
Martin Tůma 2023-12-18 20:21:06 +01:00
parent cb86e30fab
commit bdffe48676
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -67,6 +67,6 @@ android {
-lz
top_builddir=$$shadowed($$PWD)
DESTDIR = $$top_builddir/plugins/libpbf
DESTDIR = $$top_builddir/plugins
TARGET = $$qt5LibraryTarget(libpbf, "plugins/imageformats/")
}