Update GitHub workflows
This commit is contained in:
parent
81fdcb498d
commit
b292535ab6
8
.github/workflows/build_commit.yaml
vendored
8
.github/workflows/build_commit.yaml
vendored
|
@ -16,5 +16,9 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ github.sha }}
|
name: github-${{ github.sha }}
|
||||||
path: app/build/outputs/apk/release/*.apk
|
path: app/build/outputs/apk/github/release/*.apk
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: fdroid-${{ github.sha }}
|
||||||
|
path: app/build/outputs/apk/fdroid/release/*.apk
|
||||||
|
|
8
.github/workflows/build_pull_request.yaml
vendored
8
.github/workflows/build_pull_request.yaml
vendored
|
@ -16,5 +16,9 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ github.sha }}
|
name: github-${{ github.sha }}
|
||||||
path: app/build/outputs/apk/release/*.apk
|
path: app/build/outputs/apk/github/release/*.apk
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: fdroid-${{ github.sha }}
|
||||||
|
path: app/build/outputs/apk/fdroid/release/*.apk
|
||||||
|
|
Loading…
Reference in New Issue
Block a user