ci: install nix for sign tarball action
parent
7ae5e7c83d
commit
7296d7831d
|
|
@ -97,6 +97,13 @@ jobs:
|
|||
runs-on: namespace-profile-ghostty-md
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: ghostty
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- name: Create Tarball
|
||||
run: git archive --format=tgz -o ghostty-source.tar.gz HEAD
|
||||
- name: Sign Tarball
|
||||
|
|
|
|||
Loading…
Reference in New Issue