Comparar commits
2 Commits
| Autor | SHA1 | Fecha | |
|---|---|---|---|
|
95ff5a6caa
|
|||
|
3844400fc5
|
8
.github/workflows/build-release-apk.yml
vendido
8
.github/workflows/build-release-apk.yml
vendido
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Make Gradle executable
|
||||
@@ -28,8 +28,8 @@ jobs:
|
||||
run: ./gradlew assembleDebug
|
||||
|
||||
- name: Upload APK to Release
|
||||
uses: ShaunLWM/action-release-debugapk@master
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: app/build/outputs/apk/debug/*.apk
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
APP_FOLDER: app
|
||||
RELEASE_TITLE: Release ${{ github.ref_name }}
|
||||
|
||||
Referencia en una nueva incidencia
Block a user