fixes paths on github actions
This commit is contained in:
@@ -45,14 +45,14 @@ jobs:
|
|||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Debug APK
|
name: Play Debug APK
|
||||||
path: amethyst/build/outputs/apk/**/debug/amethyst-play-universal-debug.apk
|
path: amethyst/build/outputs/apk/play/debug/amethyst-play-universal-debug.apk
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Debug APK
|
name: FDroid Debug APK
|
||||||
path: amethyst/build/outputs/apk/**/debug/amethyst-fdroid-universal-debug.apk
|
path: amethyst/build/outputs/apk/fdroid/debug/amethyst-fdroid-universal-debug.apk
|
||||||
|
|
||||||
- name: Upload Compose Reports
|
- name: Upload Compose Reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user