Skip to content

Commit

Permalink
Lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Mar 30, 2024
1 parent c73e729 commit 470b99b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
run: >
./gradlew
${{ matrix.build }}
-Pcompose.desktop.mac.sign=true
-Pcompose.desktop.mac.signing.identity=${{ secrets.APPLE_IDENTITY }}
-Pcompose.desktop.mac.notarization.appleID=${{ secrets.APPLE_ID }}
-Pcompose.desktop.mac.notarization.password=${{ secrets.APPLE_PASSWORD }}
-Pcompose.desktop.mac.notarization.teamID=${{ secrets.APPLE_TEAM_ID }}
-P"compose.desktop.mac.sign=true"
-P"compose.desktop.mac.signing.identity=${{ secrets.APPLE_IDENTITY }}"
-P"compose.desktop.mac.notarization.appleID=${{ secrets.APPLE_ID }}"
-P"compose.desktop.mac.notarization.password=${{ secrets.APPLE_PASSWORD }}"
-P"compose.desktop.mac.notarization.teamID=${{ secrets.APPLE_TEAM_ID }}"
- name: Sign APK
uses: ilharp/sign-android-release@v1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/Preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
run: >
./gradlew
${{ matrix.build }}
-Pcompose.desktop.mac.sign=true
-Pcompose.desktop.mac.signing.identity=${{ secrets.APPLE_IDENTITY }}
-Pcompose.desktop.mac.notarization.appleID=${{ secrets.APPLE_ID }}
-Pcompose.desktop.mac.notarization.password=${{ secrets.APPLE_PASSWORD }}
-Pcompose.desktop.mac.notarization.teamID=${{ secrets.APPLE_TEAM_ID }}
-P"compose.desktop.mac.sign=true"
-P"compose.desktop.mac.signing.identity=${{ secrets.APPLE_IDENTITY }}"
-P"compose.desktop.mac.notarization.appleID=${{ secrets.APPLE_ID }}"
-P"compose.desktop.mac.notarization.password=${{ secrets.APPLE_PASSWORD }}"
-P"compose.desktop.mac.notarization.teamID=${{ secrets.APPLE_TEAM_ID }}"
-Ppreview="${{ env.COMMIT_COUNT }}"
--stacktrace
Expand Down

0 comments on commit 470b99b

Please sign in to comment.