asset_path:upload/TriliumNextNotes-linux-x64-${{ 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_path:upload/TriliumNextNotes-linux-${{ matrix.arch }}-${{ github.ref_name }}.tar.xz# path to archive to upload
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