From e5d041dde5e994fa46386b12865f40eb8cba0892 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Oct 2024 20:22:17 -0700 Subject: [PATCH] ci: try another signing method --- .github/workflows/release-tip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index a73baf338..21ccd943d 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -112,7 +112,8 @@ jobs: MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }} run: | 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 uses: softprops/action-gh-release@v2 with: