mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
fix
This commit is contained in:
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ui
|
cd ui
|
||||||
flutter pub get
|
flutter pub get
|
||||||
flutter build web --no-web-resources-cdn --web-renderer html
|
flutter build web --no-web-resources-cdn
|
||||||
-
|
-
|
||||||
name: Set up Go
|
name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,7 +11,6 @@ config.yml
|
|||||||
.idea/
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.db
|
*.db
|
||||||
data/
|
|
||||||
|
|
||||||
ui/node_modules/
|
ui/node_modules/
|
||||||
ui/dist/
|
ui/dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user