Skip to content

Commit

Permalink
Replace build name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Oct 13, 2023
1 parent 16e51ee commit cf3922b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wrapper_windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ on:
required: true
bit-32:
type: boolean
description: Build 32bit; does NOT comportable with pgo
description: Build 32bit; does NOT comportable with aarch64
required: true

run-name: ${{fromJSON('["[normal]","[profgen]"]')[inputs.profgen]}} Windows ${{fromJson('["x86_64","aarch64"]')[inputs.aarch64]}} build
jobs:
windows-build:
name: win-${{fromJson('["no_pgo","pgo"]')[inputs.profgen]}}-x86_64
name: win-${{fromJson('["no_pgo","pgo"]')[inputs.profgen]}}-${{fromJson('["x86_64","aarch64"]')[inputs.aarch64]}}-${{fromJson('["32bit","64bit"]')[inputs.bit-32]}}
uses: ./.github/workflows/windows-build.yml
with:
profgen: ${{inputs.profgen}}
Expand Down

0 comments on commit cf3922b

Please sign in to comment.