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