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 60dbf95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ jobs:
tar xf x86/*.tar.bz2 -C x86/
mv x86/maplibre-native-qt_*/* x86/
rm -r x86/maplibre-native-qt_*
rm x86/maplibre-native-qt_*.tar.bz2
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 +188,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 60dbf95

Please sign in to comment.