mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 10:54:24 +02:00
Yet another Android plugins path fix
This commit is contained in:
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -44,20 +44,20 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
- name: Create the plugins dir
|
- name: Create the plugins dir
|
||||||
run: mkdir plugins
|
run: mkdir -p QtPBFImagePlugin/plugins
|
||||||
- name: Download QtPBFImagePlugin
|
- name: Download QtPBFImagePlugin
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: libplugins_imageformats_libpbf_arm64-v8a.so
|
name: libplugins_imageformats_libpbf_arm64-v8a.so
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
repository: tumic0/QtPBFImagePlugin
|
repository: tumic0/QtPBFImagePlugin
|
||||||
path: plugins
|
path: QtPBFImagePlugin/plugins
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
run-id: ${{steps.runid.outputs.runid}}
|
run-id: ${{steps.runid.outputs.runid}}
|
||||||
- name: Create localization
|
- name: Create localization
|
||||||
run: lrelease gpxsee.pro
|
run: lrelease gpxsee.pro
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl ANDROID_EXTRA_PLUGINS=$GITHUB_WORKSPACE
|
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl ANDROID_EXTRA_PLUGINS=QtPBFImagePlugin
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j4 apk
|
run: make -j4 apk
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
Reference in New Issue
Block a user