Skip to content

Set correct OS used in build artifact names #205

Set correct OS used in build artifact names

Set correct OS used in build artifact names #205

Workflow file for this run

name: Test Build
on:
push:
paths:
- '**'
- '!**.md'
- '!dev/**'
- '!verify/**'
jobs:
macos:
uses: ./.github/workflows/self-test-suite.yml
with:
runner: macos-latest
linux:
uses: ./.github/workflows/self-test-suite.yml
with:
runner: ubuntu-latest