fix: artifacts (second try)

This commit is contained in:
Franek 2024-05-12 19:08:38 +02:00
parent 9f6ae0e6b5
commit 3c1497394c
No known key found for this signature in database
GPG Key ID: 0329F871B2079351
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
run: ./gradlew assembleRelease
- name: Upload artifacts
uses: christopherhx/gitea-upload-artifact@v4
uses: actions/upload-artifact@v3 # not v4 because of GHES
with:
name: apks
path: |

View File

@ -47,7 +47,7 @@ jobs:
run: ./gradlew assembleDebug
- name: Upload artifacts
uses: christopherhx/gitea-upload-artifact@v4
uses: actions/upload-artifact@v3 # not v4 because of GHES
with:
name: apks
path: |