-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b759e3c
commit 3a7d33e
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
distribution: 'oracle' | ||
java-version: ${{ env.JAVA_VERSION }} | ||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v3 | ||
uses: gradle/gradle-build-action@v3.0.0-beta.1 | ||
- run: ./gradlew assembleBot | ||
- name: Upload plugin artifact | ||
uses: actions/upload-artifact@v3 | ||
|
@@ -83,7 +83,7 @@ jobs: | |
security import INSTALLER_CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH | ||
security list-keychain -d user -s $KEYCHAIN_PATH | ||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v3 | ||
uses: gradle/gradle-build-action@v3.0.0-beta.1 | ||
- run: ./gradlew packageReleaseDistributionForCurrentOS -Pcompose.desktop.mac.sign=true --stacktrace | ||
- name: Package Linux Distribution | ||
if: matrix.os == 'ubuntu-latest' | ||
|
@@ -131,7 +131,7 @@ jobs: | |
fileDir: 'keystore' | ||
encodedString: ${{ secrets.KEYSTORE }} | ||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v3 | ||
uses: gradle/gradle-build-action@v3.0.0-beta.1 | ||
- env: | ||
SIGNING_KEY_ALIAS: ${{ secrets.KEY_ALIAS }} | ||
SIGNING_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} | ||
|
@@ -256,7 +256,7 @@ jobs: | |
- uses: olegtarasov/[email protected] | ||
id: tagName | ||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v3 | ||
uses: gradle/gradle-build-action@v3.0.0-beta.1 | ||
- run: ./gradlew app:ios:podinstall :app:ios:linkPodReleaseFrameworkIosArm64 | ||
- name: Deploy iOS Beta to TestFlight via Fastlane | ||
uses: maierj/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters