Skip to content

Commit 5757f01

Browse files
authored
Update cd.yml
1 parent 0e68a4b commit 5757f01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: CD
33
on:
44
push:
55
branches: ["main"]
6+
workflow_dispatch:
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v4
12-
- uses: steebchen/[email protected]
13+
- uses: subosito/flutter-action@v2
14+
with:
15+
channel: stable
1316
- name: Flutter Build Web
1417
run: flutter buid web --release
1518
- name: Upload Artifact

0 commit comments

Comments
 (0)