fix linux arm64 release build

This commit is contained in:
breadbyte 2022-08-30 02:46:10 +08:00 committed by GitHub
parent cc1b6d1b10
commit 8714b3fa3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
mode: uploadReleaseAsset mode: uploadReleaseAsset
filePath: ${{ env.linux-arm64-out-path }}linux.zip filePath: ${{ env.linux-arm64-out-path }}linux-arm64.zip
assetName: ${{ env.PROJECT }}-linux-arm64.zip assetName: ${{ env.PROJECT }}-linux-arm64.zip
tag: ${{ format('{0}-{1}', steps.date-release.outputs.time, github.run_number) }} tag: ${{ format('{0}-{1}', steps.date-release.outputs.time, github.run_number) }}