Skip to content

Commit

Permalink
fix .github/workflows/build emulator-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-Xing committed Oct 21, 2023
1 parent ced15fb commit b6ca5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build emulator-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: "cli/dist/*.dmg"
body_path: README.md
body_path: cli/README.md
name: "Pre-release ${{ env.NEXT_VERSION }}"
tag_name: "v${{ env.NEXT_VERSION }}"
draft: false
Expand Down

0 comments on commit b6ca5ed

Please sign in to comment.