mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-05 18:23:34 +02:00
Better names for github jobs
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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