Skip to content

Workflow file for this run

name: 生成包和二进制文件
#run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- name: get
uses: actions/checkout@v4
- name: Build
run: python3 pkg.py
- name: ls
run: ls .jcm/
- name: up
uses: softprops/action-gh-release@v1
files: |

Check failure on line 19 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / 生成包和二进制文件

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 19, Col: 9): Unexpected value 'files'
.jcm/pkg/Packages