Try something else with the workflow

This commit is contained in:
astatin3
2024-07-24 16:07:27 -06:00
parent aca8416047
commit 28a481bba4
2 changed files with 3 additions and 28 deletions
+3 -2
View File
@@ -2,8 +2,9 @@ name: Build & Publish Release APK
on: on:
push: push:
tags: branches: [ "main" ]
- '*' pull_request:
branches: [ "main" ]
jobs: jobs:
Gradle: Gradle:
-26
View File
@@ -1,26 +0,0 @@
name: Build & Publish Release APK
on:
push:
tags:
- '*'
jobs:
Gradle:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: setup jdk
uses: actions/setup-java@v1
with:
java-version: 17
- name: Make Gradle executable
run: chmod +x ./gradlew
- name: Build Release APK
run: ./gradlew assembleRelease
- name: Releasing using Hub
uses: sangatdesai/release-apk@main
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
APP_FOLDER: app