Skip to content

Push macOS artifacts to correct target paths #118

Push macOS artifacts to correct target paths

Push macOS artifacts to correct target paths #118

Workflow file for this run

on:
push:
branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable.yml@reusable-worfklow-windows
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0a29d4b08307a935f
aws-sg-id: sg-0ca7912782cf1538b
aws-instance-type: c5a.8xlarge
secrets: inherit