Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix sudachi CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpXada authored Apr 12, 2024
1 parent 37d8657 commit bc74778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sudachi-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
chmod +x ./gradlew
./gradlew "assemble${{ github.event.inputs.flavor || 'ea' }}Release"
# bash gradlew build
mv $(find app/build/outputs/apk -type f | grep -E "\.apk$") ${{ github.workspace }}/sudachi-android-${{ github.event.inputs.flavor || 'ea' }}-${{ steps.version.outputs.date }}-${{ steps.version.outputs.version }}.apk
mv $(find sudachi/build/outputs/apk -type f | grep -E "\.apk$") ${{ github.workspace }}/sudachi-android-${{ github.event.inputs.flavor || 'ea' }}-${{ steps.version.outputs.date }}-${{ steps.version.outputs.version }}.apk
ccache -sv
- name: Release Sudachi (Sudachi-Android)
Expand Down

0 comments on commit bc74778

Please sign in to comment.