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
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: actions/upload-artifact@v3 # not v4 because of GHES
|
||||||
with:
|
with:
|
||||||
name: apks
|
name: apks
|
||||||
path: |
|
path: |
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
|||||||
run: ./gradlew assembleDebug
|
run: ./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: actions/upload-artifact@v3 # not v4 because of GHES
|
||||||
with:
|
with:
|
||||||
name: apks
|
name: apks
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user