From 230fd553ae0ec079dd5f724ed96d7b286a5ea830 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 4 Nov 2024 11:12:40 -0500 Subject: [PATCH] fixes paths on github actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 847ce2139..c389da7de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,14 +45,14 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: Debug APK - path: amethyst/build/outputs/apk/**/debug/amethyst-play-universal-debug.apk + name: Play Debug APK + path: amethyst/build/outputs/apk/play/debug/amethyst-play-universal-debug.apk - name: Upload APK uses: actions/upload-artifact@v4 with: - name: Debug APK - path: amethyst/build/outputs/apk/**/debug/amethyst-fdroid-universal-debug.apk + name: FDroid Debug APK + path: amethyst/build/outputs/apk/fdroid/debug/amethyst-fdroid-universal-debug.apk - name: Upload Compose Reports uses: actions/upload-artifact@v4