ci: use forgejo-compatible artifact upload
This commit is contained in:
parent
e3470d07e7
commit
dc8e99dc62
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
cp "$APK" "artifacts/pedscribe-${GITHUB_REF_NAME:-manual}.apk"
|
cp "$APK" "artifacts/pedscribe-${GITHUB_REF_NAME:-manual}.apk"
|
||||||
|
|
||||||
- name: Upload APK artifact
|
- name: Upload APK artifact
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pedscribe-android-apk
|
name: pedscribe-android-apk
|
||||||
path: artifacts/*.apk
|
path: artifacts/*.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue