Skip to content

Commit

Permalink
ci release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jun 20, 2024
1 parent 7d70bc4 commit f2b7fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Upload MaixPy Doc to release assets
uses: svenstaro/upload-release-action@v2
with:
file: ${{ steps.build_doc.outputs.release_path }}
asset_name: ${{ steps.build_doc.outputs.release_name }}
file: ${{ steps.build_doc.outputs.release_doc_path }}
asset_name: ${{ steps.build_doc.outputs.release_doc_name }}
tag: ${{ github.ref }}
repo_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 3
version_patch = 6
version_patch = 7

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

0 comments on commit f2b7fa1

Please sign in to comment.