mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-26 05:26:39 +00:00
Update build.yml
This commit is contained in:
parent
ab6ea44c1c
commit
075fd045c7
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -20,22 +20,3 @@ jobs:
|
||||
with:
|
||||
name: android-armv7a-bundle
|
||||
path: build/
|
||||
|
||||
|
||||
build-android-arm64:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build android-arm64
|
||||
run: |
|
||||
chmod +x scripts/build-android-arm64.sh
|
||||
./scripts/build-android-arm64.sh
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: android-armv7a-bundle
|
||||
path: build/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user