-
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
Showing
1 changed file
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 |
---|---|---|
|
@@ -45,19 +45,19 @@ jobs: | |
uses: android-actions/[email protected] | ||
|
||
- name: Build | ||
uses: ./gradlew build | ||
run: ./gradlew build | ||
|
||
- name: Generate Artifacts | ||
uses: ./gradlew generateArtifacts | ||
run: ./gradlew generateArtifacts | ||
|
||
- name: Generate CheckSum | ||
uses: ./gradlew generateCheckSum | ||
run: ./gradlew generateCheckSum | ||
|
||
- name: Sign Artifacts | ||
uses: ./gradlew signArtifacts | ||
run: ./gradlew signArtifacts | ||
|
||
- name: Create bundle | ||
uses: ./gradlew createBundle | ||
run: ./gradlew createBundle | ||
|
||
- id: publish-to-central | ||
name: Publish to Central Repository | ||
|