Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin authored Dec 4, 2024
1 parent 6a4e765 commit 6ea54c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
echo "cmake --build . --config ${{matrix.BUILD_TYPE}} --target install"
cmake --build . --config ${{matrix.BUILD_TYPE}} --target install
7z a RabbitCommon_${{env.RabbitCommon_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.zip ./install/*
cd FileBrowser
cd ${{github.workspace}}/build/FileBrowser
APK_FILE=`find . -name "android-*.apk"
cp $APK_FILE ${{github.workspace}}/FileBrowser_${{env.RabbitCommon_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk
cd ${{github.workspace}}/build/MimeTypeBrowser
Expand Down

0 comments on commit 6ea54c8

Please sign in to comment.