forked from github/wulkanowy-mirror
fix: artifacts (second try)
This commit is contained in:
parent
9f6ae0e6b5
commit
3c1497394c
@ -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: |
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user