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: 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:
|
||||
build-windows:
|
||||
runs-on: [self-hosted, Windows]
|
||||
runs-on: windows-latest
|
||||
|
||||
environment: prod
|
||||
steps:
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
path: build/windows/x64/runner/Release/
|
||||
|
||||
build-android:
|
||||
runs-on: [self-hosted, Linux]
|
||||
runs-on: ubuntu-latest
|
||||
environment: prod
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue