Skip to content

Commit

Permalink
justere workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyheim-dd committed Oct 22, 2024
1 parent 4345a98 commit 81dbb4d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@ on:
push:
tags:
- '*'

jobs:
Gradle:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: setup jdk
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 1.8
- name: Make Gradle executable
run: chmod +x ./gradlew
- name: Build Release APK
- name: Build with Gradle
run: ./gradlew build
- name: Build Debug APK
run: ./gradlew assembleDemoDebug
- name: Releasing using Hub
uses: kyze8439690/action-release-releaseapk@master
uses: ShaunLWM/action-release-debugapk@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
APP_FOLDER: app
GITHUB_TOKEN: ${{ secrets.TOKEN }}
APP_FOLDER: app
RELEASE_TITLE: Setlaboki_demo_debug

0 comments on commit 81dbb4d

Please sign in to comment.