Skip to content

ci: fix artifact path for dev profile #232

ci: fix artifact path for dev profile

ci: fix artifact path for dev profile #232

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
depver:
if: "contains(github.event.head_commit.message, '(release)')"
uses: ./.github/workflows/action-depver.yml
lint:
uses: ./.github/workflows/action-lint.yml
audit:
uses: ./.github/workflows/action-audit.yml
build:
uses: ./.github/workflows/action-build.yml

Check failure on line 24 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 24, Col: 11): Error from called workflow 7sDream/fontfor/.github/workflows/action-build.yml@815cb5bc3409f4d9cdddc48bfef074688066b3b9 (Line: 125, Col: 14): Unexpected symbol: '"dev"'. Located at position 19 within expression: inputs.profile == "dev" && "debug" || inputs.profile
needs: [depver, lint, audit]
if: ${{ ! failure() }}
with:
name: fontfor