Skip to content

Commit

Permalink
update name of linux-server artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectra1n committed Mar 8, 2025
1 parent e74de61 commit 7c1ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ runs:
run: |
mkdir -p upload
file=$(find dist -name '*.tar.xz' -print -quit)
cp "$file" "upload/TriliumNextNotes-Server-${{ github.ref_name }}-${{ inputs.os }}-${{ inputs.arch }}.tar.xz"
cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-server-${{ inputs.os }}-${{ inputs.arch }}.tar.xz"

0 comments on commit 7c1ba6d

Please sign in to comment.