Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnappy1 authored Oct 31, 2024
1 parent f5111a0 commit 7604285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7604285

Please sign in to comment.