Skip to content

Commit

Permalink
Fix combined tarball creation for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Jul 31, 2024
1 parent d9cc9eb commit 78bbc57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
tar xf x86/*.tar.bz2 -C x86/
mv x86/maplibre-native-qt_*/* x86/
rm -r x86/maplibre-native-qt_*
mv x86/maplibre-native-qt_* .
tar xf x86_64/*.tar.bz2 -C x86_64/
mv x86_64/maplibre-native-qt_*/* x86_64/
Expand All @@ -187,6 +187,8 @@ jobs:
mv arm64-v8a/maplibre-native-qt_*/* arm64-v8a/
rm -r arm64-v8a/maplibre-native-qt_*
mv x86 x86_64 armeabi-v7a arm64-v8a maplibre-native-qt_*
popd
- name: Create artifacts
Expand Down

0 comments on commit 78bbc57

Please sign in to comment.