From 9c9e84f33f22046f82d376a0950088a9e7d94b1d Mon Sep 17 00:00:00 2001 From: Thomas Desrosiers Date: Sun, 3 Jul 2022 23:24:14 -0700 Subject: [PATCH] Bump to new minisign-cli release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c0183e..4188e40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: asset_name: libnss_sqlite.so.2 asset_content_type: application/octet-stream - - uses: thomasdesr/minisign-action@v1 + - uses: thomasdesr/minisign-action@v1.2 with: args: -Sm target/release/libnss_sqlite.so.2 minisign_key: ${{ secrets.MINISIGN_RELEASE_KEY }}