Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Mar 14, 2024
1 parent 053b677 commit 4642e05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_with_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
- name: Generate AOT Snapshot
working-directory: ./lib/flutter_frontend_server
run: |
dart compile aot-snapshot \
--output=frontend_server_aot.dart.snapshot \
frontend_server_starter.dart
dart compile aot-snapshot --output=frontend_server_aot.dart.snapshot frontend_server_starter.dart
cp frontend_server_aot.dart.snapshot ../../build/${{ matrix.output }}/frontend_server_aot.dart.snapshot
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4642e05

Please sign in to comment.