Skip to content

Copy artifacts to correct staging folder #121

Copy artifacts to correct staging folder

Copy artifacts to correct staging folder #121

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@develop
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