Skip to content

Commit

Permalink
chore: replace build.dart script with cargo make
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Oct 25, 2023
1 parent 50f9036 commit 1ce28e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
working-directory: frontend
run: |
flutter config --enable-linux-desktop
dart ./scripts/flutter_release_build/build_flowy.dart run . ${{ needs.create-release.outputs.version }}
cargo make --env APP_VERSION=${{ needs.create-release.outputs.version }} --profile production-linux-x86_64 appflowy
- name: Archive Asset
working-directory: ${{ env.LINUX_APP_RELEASE_PATH }}
Expand Down

0 comments on commit 1ce28e6

Please sign in to comment.