Skip to content

Merge From Upstream (#2) #32

Merge From Upstream (#2)

Merge From Upstream (#2) #32

Workflow file for this run

name: Release CI
on:
push:
tags:
- '**'
jobs:
linux:
uses: ./.github/workflows/linux-build.yml
macos:
uses: ./.github/workflows/macos-build.yml
windows:
uses: ./.github/workflows/windows-build.yml
release:
needs: [macos, windows]
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: artifact
merge-multiple: true
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
name: librime for TypeDuck: ${{ github.ref_name }}

Check failure on line 31 in .github/workflows/release-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
files: |
artifact/*