mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +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 }}
|
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
|
||||||
run: |
|
run: |
|
||||||
echo $MINISIGN_KEY > minisign.key
|
echo $MINISIGN_KEY > minisign.key
|
||||||
echo $MINISIGN_PASSWORD | nix develop -c \
|
echo $MINISIGN_PASSWORD | nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key
|
||||||
minisign -S \
|
|
||||||
-m ghostty-source.tar.gz \
|
|
||||||
-s minisign.key
|
|
||||||
- name: Update Release
|
- name: Update Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user