ci: the fix for signing was to use the secrets directly

pull/2498/head
Mitchell Hashimoto 2024-10-24 20:36:20 -07:00
parent f011986a22
commit 0a12bd756b
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 1 deletions

View File

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