diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0178896..268859f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -25,5 +25,5 @@ jobs: mkdir usr/ stack --local-bin-path usr/bin/ build --copy-bins install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool - cp -r "${{ gitea.workspace }}" usr/share/license-tool + cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool tar -caf license-tool-hs.tar.gz usr/