mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-10 15:24:19 +01:00
gh action: use -arm64
This commit is contained in:
4
.github/workflows/ark.release.yaml
vendored
4
.github/workflows/ark.release.yaml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: ./server/build/arkd-darwin-arm64
|
||||
asset_name: arkd-darwin-arm
|
||||
asset_name: arkd-darwin-arm64
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
# CLI
|
||||
@@ -83,7 +83,7 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: ./client/build/ark-linux-arm64
|
||||
asset_name: ark-linux-arm
|
||||
asset_name: ark-linux-arm64
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- name: Upload client binary (Darwin, AMD64)
|
||||
|
||||
Reference in New Issue
Block a user