ci: Fix Release action failure due to change in .asc suffix
Reference commit: ea2f7607b8
Changelog-None.
This commit is contained in:
committed by
Sangbida Chaudhuri
parent
9436d52b83
commit
31035077fa
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -148,7 +148,6 @@ jobs:
|
||||
sudo apt-get install -y lowdown
|
||||
./configure
|
||||
tools/build-release.sh --without-zip sign
|
||||
mv release/SHA256SUMS.${{ env.version }}.asc${{ steps.gpg.outputs.keyid }} release/SHA256SUMS.${{ env.version }}.asc
|
||||
|
||||
- name: Upload signed artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user