mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(ci): nightly build for server ARM
This commit is contained in:
parent
d847eab697
commit
a9d667e5a9
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -88,6 +88,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
||||||
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
||||||
asset_path: upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz # path to archive to upload
|
asset_path: upload/TriliumNextNotes-linux-${{ matrix.arch }}-${{ github.ref_name }}.tar.xz # path to archive to upload
|
||||||
asset_name: TriliumNextNotes-linux-x64-nightly.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
|
asset_name: TriliumNextNotes-linux-${{ matrix.arch }}-nightly.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
|
||||||
asset_content_type: application/zip # required by GitHub API
|
asset_content_type: application/zip # required by GitHub API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user