mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: try another signing method
This commit is contained in:
3
.github/workflows/release-tip.yml
vendored
3
.github/workflows/release-tip.yml
vendored
@ -112,7 +112,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 | nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key
|
echo $MINISIGN_PASSWORD > minisign.password
|
||||||
|
nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key < minisign.password
|
||||||
- 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