From 004d589854955c8c4def78da511b81474a0dad28 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Wed, 14 Feb 2024 18:26:47 +0530 Subject: [PATCH] fix: error --- distribute_options.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/distribute_options.yaml b/distribute_options.yaml index 8a6a3da347..9634f4cbda 100644 --- a/distribute_options.yaml +++ b/distribute_options.yaml @@ -7,24 +7,19 @@ releases: package: platform: linux target: zip - build_args: [] - name: release-dev-linux-deb package: platform: linux target: deb - build_args: [] - name: release-dev-linux-appimage package: platform: linux target: appimage - build_args: [] - name: release-dev-windows-exe package: platform: windows target: exe - build_args: [] - name: release-dev-macos-dmg package: platform: macos target: dmg - build_args: []