From 7e413c9dc87436866fb1b57dd3a3af2bcf0b80d6 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 21 Jul 2023 20:21:21 +0330 Subject: [PATCH] Fix actions --- distribute_options.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/distribute_options.yaml b/distribute_options.yaml index 43870fb2..cc778356 100644 --- a/distribute_options.yaml +++ b/distribute_options.yaml @@ -20,42 +20,3 @@ releases: target: aab build_args: target-platform: android-arm,android-arm64,android-x64 - - - - name: release-linux - package: - platform: windows - target: exe - - - name: release-ios-ipa - package: - platform: ios - target: ipa - - - - name: Release-Android - jobs: - - name: release-android-apk - package: - platform: android - target: apk - build_args: - target-platform: android-arm,android-arm64,android-x64 - - - name: release-android-bundle - package: - platform: android - target: aab - build_args: - target-platform: android-arm,android-arm64,android-x64 - - - name: Release-Linux - - name: release-linux - package: - platform: windows - target: exe - - - name: release-ios-ipa - package: - platform: ios - target: ipa \ No newline at end of file