mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: install nix for sign tarball action
This commit is contained in:
7
.github/workflows/release-tip.yml
vendored
7
.github/workflows/release-tip.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user