Skip to content

Instantly share code, notes, and snippets.

View imessenger98's full-sized avatar
🎯
Focusing

MUHAMMED YAZEEN A N imessenger98

🎯
Focusing
View GitHub Profile
@imessenger98
imessenger98 / build-and-release.yml
Created June 12, 2022 17:24
GitHub Actions workflow to build Flutter app and create Release, put this file under `.github/workflows` folder.
on:
push:
branches:
- master
name: Build and Release Apps
jobs:
build:
name: Build Apps
runs-on: macos-latest