💚 Fix action workflow

This commit is contained in:
LittleSheep 2024-07-16 20:34:47 +08:00
parent 9f3485a2a8
commit 8c04b81b7c

View File

@ -6,6 +6,7 @@ on:
jobs:
build-web:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
@ -17,6 +18,7 @@ jobs:
- run: flutter pub get
- run: flutter build web
build-apk:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4