Skip to content

Commit

Permalink
Update release my module.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LIghtJUNction authored Sep 3, 2024
1 parent 95165bb commit ef9c0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release my module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
# 打包模块
zip -rj "${{ env.name }}-${{ env.version }}-${{ env.versionCode }}-by${{ env.author }}.zip" MyModule
zip -rj "${{ env.name }}-${{ env.version }}-${{ env.versionCode }}-by${{ env.author }}.zip" MyModule/*
- name: Create GitHub Release 发布模块
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit ef9c0ad

Please sign in to comment.