Better names for github jobs
This commit is contained in:
@@ -42,13 +42,13 @@ jobs:
|
|||||||
- name: Build APK (gradle)
|
- name: Build APK (gradle)
|
||||||
run: ./gradlew assembleDebug --no-daemon
|
run: ./gradlew assembleDebug --no-daemon
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload Play APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Play Debug APK
|
name: Play Debug APK
|
||||||
path: amethyst/build/outputs/apk/play/debug/amethyst-play-universal-debug.apk
|
path: amethyst/build/outputs/apk/play/debug/amethyst-play-universal-debug.apk
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload FDroid APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: FDroid Debug APK
|
name: FDroid Debug APK
|
||||||
|
|||||||
Reference in New Issue
Block a user