1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-29 09:54:24 +02:00

Yet another paths fix attempt

This commit is contained in:
2025-07-06 21:44:04 +02:00
parent a8518d6c9e
commit 820f4be230

View File

@ -44,20 +44,20 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Create the plugins dir
run: mkdir -p QtPBFImagePlugin/plugins
run: mkdir plugins
- name: Download QtPBFImagePlugin
uses: actions/download-artifact@v4
with:
name: libplugins_imageformats_libpbf_arm64-v8a.so
github-token: ${{ github.token }}
repository: tumic0/QtPBFImagePlugin
path: QtPBFImagePlugin/plugins
path: plugins
merge-multiple: true
run-id: ${{steps.runid.outputs.runid}}
- name: Create localization
run: lrelease gpxsee.pro
- name: Configure build
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl ANDROID_EXTRA_PLUGINS=${{ github.workspace }}/QtPBFImagePlugin
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl ANDROID_EXTRA_PLUGINS=${{ github.workspace }}/plugins
- name: Build project
run: make -j4 apk
- name: Upload artifacts