mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update alpha.yml workflow to use-warp-build input consistently
This commit is contained in:
4
.github/workflows/alpha.yml
vendored
4
.github/workflows/alpha.yml
vendored
@@ -214,7 +214,7 @@ jobs:
|
||||
with:
|
||||
build-version: ${{ needs.build-data.outputs.version }}
|
||||
generate-gpo: false
|
||||
use-warp-build: ${{ github.event.inputs.use-warp-build }}
|
||||
use-warp-build: ${{ inputs.use-warp-build }}
|
||||
|
||||
linux:
|
||||
name: Linux build
|
||||
@@ -224,7 +224,7 @@ jobs:
|
||||
needs: [build-data]
|
||||
with:
|
||||
build-version: ${{ needs.build-data.outputs.version }}
|
||||
use-warp-build: ${{ github.event.inputs.use-warp-build }}
|
||||
use-warp-build: ${{ inputs.use-warp-build }}
|
||||
|
||||
mac:
|
||||
name: macOS build
|
||||
|
2
.github/workflows/windows-alpha-build.yml
vendored
2
.github/workflows/windows-alpha-build.yml
vendored
@@ -20,7 +20,7 @@ on:
|
||||
|
||||
jobs:
|
||||
windows-build:
|
||||
runs-on: ${{ github.event.inputs.use-warp-build == 'true' && 'warp-windows-latest-x64-16x' || 'ubuntu-latest' }}
|
||||
runs-on: ${{ github.event.inputs.use-warp-build == 'true' && 'warp-ubuntu-latest-x64-16x' || 'ubuntu-latest' }}
|
||||
|
||||
steps:
|
||||
- name: Install Node.js and pnpm
|
||||
|
Reference in New Issue
Block a user