ci: Rename server release artifact

This commit is contained in:
Elian Doran 2024-09-07 10:02:28 +03:00
parent c6abbf0cf7
commit 4f6392ce14
No known key found for this signature in database

View File

@ -86,7 +86,7 @@ jobs:
run: |
mkdir -p upload
file=$(find dist -name '*.tar.xz' -print -quit)
cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-linux-x64.tar.xz"
cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-server-linux-x64.tar.xz"
- name: Publish release
uses: softprops/action-gh-release@v2
with: