mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
ci: minisign must be run in the nix env
This commit is contained in:
3
.github/workflows/release-tip.yml
vendored
3
.github/workflows/release-tip.yml
vendored
@ -105,7 +105,8 @@ jobs:
|
|||||||
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
|
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
|
||||||
run: |
|
run: |
|
||||||
echo $MINISIGN_KEY > minisign.key
|
echo $MINISIGN_KEY > minisign.key
|
||||||
echo $MINISIGN_PASSWORD | minisign -S \
|
echo $MINISIGN_PASSWORD | nix develop -c \
|
||||||
|
minisign -S \
|
||||||
-m ghostty-source.tar.gz \
|
-m ghostty-source.tar.gz \
|
||||||
-s minisign.key
|
-s minisign.key
|
||||||
- name: Update Release
|
- name: Update Release
|
||||||
|
Reference in New Issue
Block a user