mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-01-05 14:27:01 +01:00
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
|
||||
with:
|
||||
name: ${{ github.sha }}
|
||||
path: app/build/outputs/apk/release/*.apk
|
||||
name: github-${{ github.sha }}
|
||||
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
|
||||
with:
|
||||
name: ${{ github.sha }}
|
||||
path: app/build/outputs/apk/release/*.apk
|
||||
name: github-${{ github.sha }}
|
||||
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