File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments