Skip to content

Commit d8ec120

Browse files
committed
(테스트) $ 문자 빠진것 추가 및 테스트를 위한 일부 job 주석
1 parent b7f65fc commit d8ec120

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/android.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Build clean
6161
run: ./gradlew clean
6262

63-
- name: Run Android lint
64-
run: ./gradlew lint
63+
# - name: Run Android lint
64+
# run: ./gradlew lint
6565

6666
- name: Build assemble debug apk
6767
run: ./gradlew assembleDebug --stacktrace
@@ -75,12 +75,12 @@ jobs:
7575
name: debug
7676
path: ./app/build/outputs/apk/debug/app-debug.apk
7777

78-
- name: Upload Release APK
79-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
80-
uses: actions/upload-artifact@v4
81-
with:
82-
name: release
83-
path: ./app/build/outputs/bundle/release/app-release.aab
78+
# - name: Upload Release APK
79+
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
80+
# uses: actions/upload-artifact@v4
81+
# with:
82+
# name: release
83+
# path: ./app/build/outputs/bundle/release/app-release.aab
8484

8585
- name: Upload apk to Firebase App Distribution
8686
uses: wzieba/Firebase-Distribution-Github-Action@v1
@@ -97,7 +97,7 @@ jobs:
9797
--data "{
9898
\"text\": \"🔥 Firebase Distribution 업로드 완료! \n🔧 브랜치: ${GITHUB_REF##*/}\n🔗 커밋: ${GITHUB_SHA}\"
9999
}" \
100-
SLACK_WEBHOOK_URL_FIREBASE_DISTRIBUTION
100+
"$SLACK_WEBHOOK_URL_FIREBASE_DISTRIBUTION"
101101
env:
102102
SLACK_WEBHOOK_URL_FIREBASE_DISTRIBUTION: ${{ secrets.SLACK_WEBHOOK_URL_FIREBASE_DISTRIBUTION }}
103103

0 commit comments

Comments
 (0)