From 12ad7a539a52e5a99491d0607a5ae2ffee2e9559 Mon Sep 17 00:00:00 2001 From: Luke Channings <461449+LukeChannings@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:31:15 +0000 Subject: [PATCH] Create release archive correctly --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c0cd40d..c8aff99 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: run: | export NIXPKGS_ALLOW_UNFREE=1 nix run --accept-flake-config .#home-manager -- build --impure --flake .#luke - tar -chf home-files.tar.xz ./result/home-files + tar -cJhf home-files.tar.xz ./result/home-files - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/')