ci: fix signing

This commit is contained in:
Mitchell Hashimoto
2024-10-24 20:24:42 -07:00
parent e5d041dde5
commit 52897236ff

View File

@ -111,8 +111,8 @@ jobs:
MINISIGN_PASSWORD: ${{ secrets.MINISIGN_PASSWORD }}
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
run: |
echo $MINISIGN_KEY > minisign.key
echo $MINISIGN_PASSWORD > minisign.password
echo -n $MINISIGN_KEY > minisign.key
echo -n $MINISIGN_PASSWORD > minisign.password
nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key < minisign.password
- name: Update Release
uses: softprops/action-gh-release@v2