Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: myofficework000/Jetpack-Compose-All-in-one-Guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: myofficework000/Jetpack-Compose-All-in-one-Guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: revert-112-myofficework000-patch-11
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 13, 2023

  1. Copy the full SHA
    a2122c0 View commit details
Showing with 10 additions and 10 deletions.
  1. +10 −10 .github/workflows/app_workflow.yml
20 changes: 10 additions & 10 deletions .github/workflows/app_workflow.yml
Original file line number Diff line number Diff line change
@@ -44,13 +44,13 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build Release APK
run:./gradlew assembleRelease
- name: Releasing using Hub
uses: kyze8439690/action-release-releaseapk@master
env:
GITHUB_TOKEN: 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
APP_FOLDER: app


- name: Build with Gradle
run: ./gradlew assembleRelease

- name: Publish APK
uses: actions/upload-artifact@v2
with:
name: MyApp
path: app/build/outputs/apk/release/app-release.apk