Skip to content

Commit

Permalink
Create release archive correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeChannings committed Sep 18, 2024
1 parent 102f625 commit 12ad7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 12ad7a5

Please sign in to comment.