mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 04:36:10 +03:00
ci: trying to fix signing
This commit is contained in:
5
.github/workflows/release-tip.yml
vendored
5
.github/workflows/release-tip.yml
vendored
@ -112,10 +112,7 @@ jobs:
|
||||
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
|
||||
run: |
|
||||
echo $MINISIGN_KEY > minisign.key
|
||||
echo $MINISIGN_PASSWORD | nix develop -c \
|
||||
minisign -S \
|
||||
-m ghostty-source.tar.gz \
|
||||
-s minisign.key
|
||||
echo $MINISIGN_PASSWORD | nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key
|
||||
- name: Update Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user