mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-08 16:24:28 +02:00
Yet another plugins path fix
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
- 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=plugins
|
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl ANDROID_EXTRA_PLUGINS=$GITHUB_WORKSPACE
|
||||||
- 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