From fa39d4761abec9890192b367e3009f60f5adae3d Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 16 Dec 2022 11:35:13 -0700 Subject: [PATCH] fix: dst path in nfpm (#5875) * fix: dst path in nfpm * trigger ci * Update ci/README.md --- ci/build/nfpm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build/nfpm.yaml b/ci/build/nfpm.yaml index db5cbcf5f..4a44df900 100644 --- a/ci/build/nfpm.yaml +++ b/ci/build/nfpm.yaml @@ -22,4 +22,4 @@ contents: dst: /usr/lib/systemd/user/code-server.service - src: ./release-standalone/* - dst: /usr/lib/code-server/ + dst: /usr/lib/code-server