Fix actions

This commit is contained in:
problematicconsumer
2023-07-21 19:34:37 +03:30
parent 5b4a11feec
commit 873e1aa1a7
2 changed files with 17 additions and 50 deletions

View File

@@ -16,11 +16,9 @@ android-release:
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
windows-release:
dart pub global activate flutter_distributor && \
flutter_distributor package --platform windows --targets exe
linux-release:
dart pub global activate flutter_distributor && \
which locate && \
if [ $$? != 0 ]; then \
sudo apt install locate; \