mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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
|
runs-on: namespace-profile-ghostty-md
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Create Tarball
|
||||||
run: git archive --format=tgz -o ghostty-source.tar.gz HEAD
|
run: git archive --format=tgz -o ghostty-source.tar.gz HEAD
|
||||||
- name: Sign Tarball
|
- name: Sign Tarball
|
||||||
|
Reference in New Issue
Block a user