mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-21 11:01:56 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 93fdec4ab6d5ca97f7e121f1d7d33feabd154827
This commit is contained in:
parent
862318bc84
commit
ddd7b4385a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-deploy.yaml
vendored
4
.github/workflows/build-deploy.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: [self-hosted, Windows]
|
runs-on: windows-latest
|
||||||
|
|
||||||
environment: prod
|
environment: prod
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
path: build/windows/x64/runner/Release/
|
path: build/windows/x64/runner/Release/
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: ubuntu-latest
|
||||||
environment: prod
|
environment: prod
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue