mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-14 23:20:15 +00:00
Upload Android build artifact after building
Add step to upload Android build artifact to workflow
This commit is contained in:
parent
ed8209cc35
commit
0c25f28a44
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -29,6 +29,12 @@ jobs:
|
||||
- name: Build android-armv7a
|
||||
run: |
|
||||
scripts/build-android-armv7a.sh
|
||||
- name: Upload Android build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: android-armv7a-build
|
||||
path: android-armv7a-build.zip
|
||||
retention-days: 30
|
||||
|
||||
build-windows-i386:
|
||||
runs-on: windows-2019
|
||||
|
||||
Loading…
Reference in New Issue
Block a user