Merge pull request 'ci: pin upload-artifact to v3 (Gitea GHES-mode incompatible with v4)' (#62) from dev into main
This commit was merged in pull request #62.
This commit is contained in:
@@ -85,7 +85,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload debug APK
|
- name: Upload debug APK
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
uses: actions/upload-artifact@v4
|
# Gitea Actions runs in GHES-emulation mode; @actions/artifact v2+
|
||||||
|
# (i.e. upload-artifact@v4+) errors with "GHESNotSupportedError".
|
||||||
|
# Pin to @v3 until act_runner or the artifact backend catches up.
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: minstrel-android-debug-${{ github.sha }}
|
name: minstrel-android-debug-${{ github.sha }}
|
||||||
path: android/app/build/outputs/apk/debug/app-debug.apk
|
path: android/app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user