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

This commit is contained in:
Mitchell Hashimoto
2024-10-24 20:36:20 -07:00
parent f011986a22
commit 0a12bd756b

View File

@ -110,7 +110,6 @@ jobs:
run: | run: |
echo -n "${{ secrets.MINISIGN_KEY }}" > minisign.key echo -n "${{ secrets.MINISIGN_KEY }}" > minisign.key
echo -n "${{ secrets.MINISIGN_PASSWORD }}" > minisign.password echo -n "${{ secrets.MINISIGN_PASSWORD }}" > minisign.password
ls -hal
nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key < 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