Skip to content

Commit c8d8668

Browse files
committed
[Feat] cat & mv 명령어 추가
1 parent c7af88d commit c8d8668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload_product.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
echo "BASE_URL = $BASE_URL" >> Release.xcconfig
3333
echo "// 카카오 API 키" >> Release.xcconfig
3434
echo "KAKAO_API_KEY = $KAKAO_API_KEY" >> Release.xcconfig
35+
cat Release.xcconfig
36+
mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
3537
3638

0 commit comments

Comments
 (0)