mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:57:35 +01:00
test flutter
This commit is contained in:
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -2,8 +2,10 @@ name: Release Packages
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
# tags:
|
||||
# - 'v*'
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -262,6 +264,16 @@ jobs:
|
||||
name: lucide-preact-package-json
|
||||
path: packages/lucide-preact/package.json
|
||||
|
||||
lucide-flutter:
|
||||
runs-on: ubuntu-latest
|
||||
# needs: pre-build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
- name: Run flutter
|
||||
run: flutter sdk-path
|
||||
|
||||
|
||||
upload-package-jsons:
|
||||
if: github.repository == 'lucide-icons/lucide'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user