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
run: ls .jcm/*

Check failure on line 15 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: 15, Col: 9): 'run' is already defined
- name: up
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: jcm
name: Release jcm
body: TODO New Release.
draft: false
prerelease: false
files: |
.jcm/*