pogdark-app/.gitea/workflows/build.yaml
whysman c3ce247f53
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Successful in 10m28s
Workflow, create release
2025-02-21 21:19:51 -05:00

43 lines
800 B
YAML

name: Build Flutter Web and Docker Image for Local Registry
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build React Native Web App
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Install Expo
run: |
npx expo install expo@latest
npx expo install --fix
- name: Build
run: npx expo export --platform web
- name: Create Release
uses: akkuman/gitea-release-action@v1
with:
files: |-
./dist/