Skip to content

Commit

Permalink
fix:cicd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuan520 committed Nov 18, 2024
1 parent 6cd4997 commit a530621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- name: Checkout code #这部分是为了从github自动clone代码
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- name: Create Demo Release File
run: |
cd demo
Expand Down

0 comments on commit a530621

Please sign in to comment.