mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-17 09:04:09 +00:00
chore: Update alpha.yml workflow to include use-warp-build input
This commit is contained in:
3
.github/workflows/alpha.yml
vendored
3
.github/workflows/alpha.yml
vendored
@@ -221,9 +221,10 @@ jobs:
|
||||
uses: ./.github/workflows/linux-alpha-build.yml
|
||||
permissions:
|
||||
contents: write
|
||||
needs: [build-data] # Windows step 2 in order to avoid cloning all the artifacts again
|
||||
needs: [build-data]
|
||||
with:
|
||||
build-version: ${{ needs.build-data.outputs.version }}
|
||||
use-warp-build: ${{ github.event.inputs.use-warp-build }}
|
||||
|
||||
mac:
|
||||
name: macOS build
|
||||
|
||||
Reference in New Issue
Block a user