mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix release-packages
and release-cli
workflow (#1422)
* Fix `release-packages` and `release-cli` workflow Fixed #1419 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Use `taiki-e/install-action` for `rsign2` & `rage` in `release-packages.yml` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6ce60225d4
commit
3d68641a6d
4 changed files with 11 additions and 8 deletions
1
.github/scripts/ephemeral-sign.sh
vendored
1
.github/scripts/ephemeral-sign.sh
vendored
|
@ -7,7 +7,6 @@ cat >> age.key <<< "$AGE_KEY_SECRET"
|
|||
|
||||
set -x
|
||||
|
||||
cargo binstall -y rsign2 rage
|
||||
rage --decrypt --identity age.key --output minisign.key minisign.key.age
|
||||
|
||||
ts=$(node -e 'console.log((new Date).toISOString())')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue