Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 authored Apr 24, 2024
1 parent 4ddbd85 commit 0a64779
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a64779

Please sign in to comment.