mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-31 01:17:02 +00:00
Update upload-artifact
This commit is contained in:
parent
c14f2ba84d
commit
f9249e0b7a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/smoke.yml
vendored
4
.github/workflows/smoke.yml
vendored
|
@ -77,9 +77,9 @@ jobs:
|
|||
unzip -p build/app/outputs/apk/debug/app-debug.apks universal.apk > build/app/outputs/apk/debug/app-debug.apk
|
||||
- name: Collect debug apk
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-debug.apk
|
||||
name: MobileNebulaDebug.apk
|
||||
path: build/app/outputs/apk/debug/app-debug.apk
|
||||
retention-days: 60
|
||||
|
||||
|
|
Loading…
Reference in a new issue