Skip to content

Commit

Permalink
ci: Rename server release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Sep 7, 2024
1 parent c6abbf0 commit 4f6392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f6392c

Please sign in to comment.