diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-11 23:17:06 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-11 23:17:06 -0500 |
commit | d51a0877f2a7becf0c50199e52b13c6aff90a6ee (patch) | |
tree | 03b190e5fa2f7ae8179aa652dacd64b4f29f2fda /.github/workflows | |
parent | Use osversion in changelog (diff) | |
download | jellyfin-packaging-d51a0877f2a7becf0c50199e52b13c6aff90a6ee.tar.gz jellyfin-packaging-d51a0877f2a7becf0c50199e52b13c6aff90a6ee.tar.bz2 jellyfin-packaging-d51a0877f2a7becf0c50199e52b13c6aff90a6ee.zip |
Strip out path prefixes
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release-build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 88d73fc..2fb674a 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -46,4 +46,5 @@ jobs: username: "${{ secrets.REPO_USER }}" key: "${{ secrets.REPO_KEY }}" source: "out/debian/*" + strip_components: 2 target: "/srv/incoming/${{ inputs.version }}/debian/${{ matrix.arch }}/${{ matrix.release }}" |