Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update app_workflow.yml" #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Update app_workflow.yml"
myofficework000 authored Jun 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a2122c025f6116a5ca989eecb3d998292c678058
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