Skip to content

Test Release CI

Test Release CI #141

Workflow file for this run

name: Test Release CI
on:
workflow_dispatch:
jobs:
windows:
uses: wxyzh/librime/.github/workflows/windows-build.yml@Buildlibrime
with:
repository: rime/librime
branch: master
rime_plugins: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict
release:
needs: [macos, windows]

Check failure on line 16 in .github/workflows/test-ci.yml

View workflow run for this annotation

GitHub Actions / Test Release CI

Invalid workflow file

The workflow is not valid. .github/workflows/test-ci.yml (Line: 16, Col: 13): Job 'release' depends on unknown job 'macos'.
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4