Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 4c9d5c4

Browse files
committed
test pipeline
1 parent c956071 commit 4c9d5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-demo-apks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: Setup JDK
1212
uses: actions/setup-java@v1
1313
with:
14-
java-version: 1.8
14+
java-version: 11
1515
# CryptoDemo
16-
- name: Build APK
16+
- name: Build CryptoDemo APK
1717
working-directory: ./CryptoDemo
1818
run: bash ./gradlew assembleDebug --stacktrace
1919
- name: Renaming Apk
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: ./CryptoDemo/app/build/outputs/apk/debug/cryptodemo-debug.apk
2626
# Pokedex
27-
- name: Build APK
27+
- name: Build Pokedex APK
2828
working-directory: ./Pokedex
2929
run: bash ./gradlew assembleDebug --stacktrace
3030
- name: Renaming Apk

0 commit comments

Comments
 (0)