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

Commit

Permalink
パスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Feb 28, 2024
1 parent cc71830 commit b01f680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: |
./gradlew :CT3:asD
./gradlew :CTX:asD
cp -f CT3/build/outputs/apk/debug/app-debug.apk app/src/main/assets/CT3.apk
cp -f CTX/build/outputs/apk/debug/app-debug.apk app/src/main/assets/CTX.apk
cp -f CT3/build/outputs/apk/debug/CT3-debug.apk app/src/main/assets/CT3.apk
cp -f CTX/build/outputs/apk/debug/CTX-debug.apk app/src/main/assets/CTX.apk
./gradlew :app:asD
{
echo "repo=$(echo ${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/})"
Expand Down

0 comments on commit b01f680

Please sign in to comment.