Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXianNv-boot committed Mar 2, 2024
1 parent 99fe80b commit ad78899
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ls
- run: python3 pkg.py
- run: ls .jcm/*
- 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/*
- name: Build
uses: actions/checkout@v4
run: ls
run: python3 pkg.py
run: ls .jcm/*
- 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/*

0 comments on commit ad78899

Please sign in to comment.