Skip to content

Set correct OS used in build artifact names #201

Set correct OS used in build artifact names

Set correct OS used in build artifact names #201

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
os: darwin

Check failure on line 17 in .github/workflows/test-build.yml

View workflow run for this annotation

GitHub Actions / Test Build

Invalid workflow file

The workflow is not valid. .github/workflows/test-build.yml (Line: 17, Col: 11): Invalid input, os is not defined in the referenced workflow.
linux:
uses: ./.github/workflows/self-test-suite.yml
with:
runner: ubuntu-latest