Skip to content

chore: ui 디렉토리 구조 변경 (chat_page 관련 파일) #2

chore: ui 디렉토리 구조 변경 (chat_page 관련 파일)

chore: ui 디렉토리 구조 변경 (chat_page 관련 파일) #2

Workflow file for this run

name: Build
on: workflow_dispatch
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Java Setup
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '17'
- name: Flutter Setup
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.6'
- name: Pub Get Packages
run: flutter pub get
- name: Build Dev Apk
run: flutter build apk --debug
- name: Upload Apk
uses: actions/[email protected]
with:
name: android_debug_apk
path: build/app/outputs/flutter-apk/app-debug.apk