Skip to content

Commit

Permalink
Merge pull request #90 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Jun 17, 2024
2 parents 579d843 + 47b5182 commit af5c8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Build Release App
if: startsWith(github.ref, 'refs/tags/')
run: ./gradlew sample:assembleRelease sample:bundleRelease
run: ./gradlew app:assembleRelease app:bundleRelease

- name: Collect artifacts
run: |
Expand Down

0 comments on commit af5c8c4

Please sign in to comment.