final fix for workflows
Some checks failed
Generate debug APK / build (push) Has been cancelled

This commit is contained in:
Franek 2024-05-13 09:50:08 +02:00
parent cb553b1a33
commit 4bd95237c6
No known key found for this signature in database
GPG Key ID: 0329F871B2079351
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3 # not v4 because of GHES
with:
name: wulkanowy_mod_release.apk
name: wulkanowy_mod_release_builds
path: |
app/build/outputs/**/*-release-unsigned.apk

View File

@ -57,6 +57,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3 # not v4 because of GHES
with:
name: wulkanowy_mod_debug.apk
name: wulkanowy_mod_debug_builds
path: |
app/build/outputs/**/*-debug.apk