From 6eaa309ceab4d8e8a15f4569364369a8e6f5af5d Mon Sep 17 00:00:00 2001 From: Joe Morton Date: Tue, 3 May 2022 16:45:27 +0100 Subject: [PATCH] Fix --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 777133c28..ad6885bf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,9 +54,6 @@ jobs: with: name: LumosEditorMAC path: bin/Production-macosx-x86_64/ - - uses: montudor/action-zip@v1 - with: - args: zip -qq -r LumosEditorMAC.zip bin/Production-macosx-x86_64/LumosEditor.app - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') @@ -85,9 +82,6 @@ jobs: with: name: LumosEditorIOS path: bin/Production-ios-ARM/ - - uses: montudor/action-zip@v1 - with: - args: zip -qq -r LumosEditorIOS.zip bin/Production-ios-ARM/LumosEditor.app - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')