diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c0c28a6..b0287ae7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 \ No newline at end of file + asset_name: ${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS_TARGET }}.zip