Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jun 19, 2023
1 parent 47a84cd commit 754f150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
code_signing:
description: "コード署名する"
type: boolean
default: false
upload_artifact:
description: "デバッグ用に成果物をartifactにアップロードするか"
type: boolean
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
environment: ${{ github.event.inputs.code_signing == 'true' && 'code_signing' || '' }} # コード署名用のenvironment
strategy:
matrix:
os: [windows-2019, macos-11, ubuntu-20.04]
include:
# Windows CPU
- os: windows-2019
Expand Down

0 comments on commit 754f150

Please sign in to comment.