Skip to content

Commit

Permalink
chore: cd 스크립트 오타 수정 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilgom authored Oct 31, 2024
1 parent 6b9d3a0 commit 97cb706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "KAKAO_API_KEY=\"$KAKAO_API_KEY\"" >> ./local.properties
echo "KAKAO_NATIVE_KEY=\"$KAKAO_NATIVE_KEY\"" >> ./local.properties
echo "TERM_URI=\"$TERM_URI\"" >> ./local.properties
echo "PRIVACY_POLICY_URL=\"$PRIVACY_POLICY_URI\"" >> ./local.properties
echo "PRIVACY_POLICY_URI=\"$PRIVACY_POLICY_URI\"" >> ./local.properties
- name: Change gradlew permissions
run: chmod +x ./gradlew
Expand Down

0 comments on commit 97cb706

Please sign in to comment.