mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-21 16:28:43 +00:00
ci: upload artifacts separately
This commit is contained in:
24
.github/workflows/ci-android.yml
vendored
24
.github/workflows/ci-android.yml
vendored
@@ -55,8 +55,28 @@ jobs:
|
|||||||
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-artifacts
|
name: apk-release
|
||||||
path: release/*
|
path: release/*release.apk
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: apk-debug
|
||||||
|
path: release/*debug.apk
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: root-module-release
|
||||||
|
path: release/*release.zip
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: root-module-debug
|
||||||
|
path: release/*debug.zip
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: relase-bundle
|
||||||
|
path: release/*.aab
|
||||||
|
|
||||||
release:
|
release:
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
|||||||
Reference in New Issue
Block a user