Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 顾真牛 <[email protected]>
  • Loading branch information
cgisky1980 committed Oct 18, 2023
1 parent dcadf8e commit 87e023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
LINUX_TARGET: x86_64-unknown-linux-gnu

# Space separated paths to include in the archive.
RELEASE_ADDS: README.md README_zh.md README_jp.md LICENSE assets
RELEASE_ADDS: README.md README_zh.md LICENSE assets

jobs:
build:
Expand Down Expand Up @@ -166,4 +166,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./macos/${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_TARGET }}.zip
asset_content_type: application/zip
asset_name: ${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_TARGET }}.zip
asset_name: ${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_TARGET }}.zip

0 comments on commit 87e023e

Please sign in to comment.