Skip to content

Commit

Permalink
Testing the shared workflow to build a release APK
Browse files Browse the repository at this point in the history
  • Loading branch information
jr20xx committed Dec 8, 2024
1 parent 9f02185 commit b2af83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Testing the shared workflow to build a debug APK
name: Testing the shared workflow to build a release APK

on:
workflow_dispatch:

jobs:
build:
name: Testing shared workflow
uses: jr20xx/apk-builder-workflow/.github/workflows/build_debug_apk.yml@main
uses: jr20xx/apk-builder-workflow/.github/workflows/build_release_apk.yml@main
with:
app-name: 'SplitMe'

0 comments on commit b2af83d

Please sign in to comment.