From 0a64779c1d65d621c6071ad9505b3d03903261a9 Mon Sep 17 00:00:00 2001 From: Thomas Bernard <67638928+ThomasBernard03@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:52:51 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b62cbb9..b24d8ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,12 @@ jobs: - name: Export the archive run: | - xcodebuild -exportArchive -archivePath ${{github.workspace}}/build/AndroidTools.xcarchive -exportPath ${{github.workspace}}/build -exportOptionsPlist AndroidTools/ExportOptions.plist -exportFormat PKG CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + xcodebuild -exportArchive \ + -archivePath ${{github.workspace}}/build/AndroidTools.xcarchive \ + -exportPath ${{github.workspace}}/build \ + -exportOptionsPlist AndroidTools/ExportOptions.plist \ + CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + - name: Upload Artifacts uses: actions/upload-artifact@v2