mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add ARM64 Linux release binary
This commit is contained in:
parent
577f6be27c
commit
cc1b6d1b10
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build-and-release.yml
vendored
9
.github/workflows/build-and-release.yml
vendored
|
|
@ -100,6 +100,15 @@ jobs:
|
||||||
assetName: ${{ env.PROJECT }}-linux.zip
|
assetName: ${{ env.PROJECT }}-linux.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) }}
|
||||||
|
|
||||||
|
- name: Linux ARM64 Release
|
||||||
|
uses: tix-factory/release-manager@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
mode: uploadReleaseAsset
|
||||||
|
filePath: ${{ env.linux-arm64-out-path }}linux.zip
|
||||||
|
assetName: ${{ env.PROJECT }}-linux-arm64.zip
|
||||||
|
tag: ${{ format('{0}-{1}', steps.date-release.outputs.time, github.run_number) }}
|
||||||
|
|
||||||
- name: OSX Release
|
- name: OSX Release
|
||||||
uses: tix-factory/release-manager@v1
|
uses: tix-factory/release-manager@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue