Skip to content

Commit

Permalink
通常時はdebugバリアントのみビルド
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jan 20, 2024
1 parent 4ad5b1f commit c2da026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
./gradlew aR --no-daemon
cp -f app/build/outputs/apk/release/app-release.apk ${{ env.repo }}-${{ env.version }}.apk
else
./gradlew assemble --no-daemon
./gradlew assembleDebug --no-daemon
fi
- name: Upload APK
Expand Down

0 comments on commit c2da026

Please sign in to comment.