mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
ci: the fix for signing was to use the secrets directly
This commit is contained in:
1
.github/workflows/release-tip.yml
vendored
1
.github/workflows/release-tip.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user