Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi committed Jan 28, 2025
1 parent c204980 commit 0b1d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
lipo -create -output libgopeed.dylib amd64-lib arm64-lib
lipo -create -output host amd64-host arm64-host
rm -rf amd64-lib arm64-lib amd64-host arm64-host
mv host ../../ui/flutter/assets/host/host
mv host ../../assets/host/host
cd $PROJECT_DIR/ui/flutter
flutter build macos
Expand Down

0 comments on commit 0b1d6ca

Please sign in to comment.