Skip to content

Commit

Permalink
Combine targets
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 17, 2024
1 parent 57e6a2d commit c65e593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,11 @@ jobs:
- name: Build with Ant
run: >
ant
-buildfile MoonshineSDKInstaller/build/build.xml build
-buildfile MoonshineSDKInstaller/build/build.xml build pack-and-sign
-Dapp.version=${{ inputs.version }}
-Dbuild.is.development=${{ inputs.env != 'production' }}
- name: Sign Pack with Ant
run: >
ant
-buildfile MoonshineSDKInstaller/build/build.xml pack-and-sign
-Dkeychain.name=build.keychain
-Dnotarytool.profile="notarytool-profile"
-Dnotarytool.profile="notarytool-profile"
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
3 changes: 3 additions & 0 deletions MoonshineSDKInstaller/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@

<!-- ANCHOR - Sign macOS app -->
<target name="sign-macos-app">
<echo message="Kechain: ${keychain.name}"/>
<echo message="Notarytool Profile: ${notarytool.profile}"/>

<!-- Show Nuber of Developer ID Application Certificates -->
<exec executable="bash" outputproperty="certs.application.in.keychain">
<arg value="-c"/>
Expand Down

0 comments on commit c65e593

Please sign in to comment.