ci: no need quotes here
All checks were successful
repod / xml (push) Successful in 16s
repod / php (push) Successful in 49s
repod / nodejs (push) Successful in 1m57s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-16 15:38:46 +01:00
parent 7137d2cd34
commit e29f735ca4

View File

@ -71,9 +71,9 @@ jobs:
- uses: FKLC/sign-files-action@v1.0.0 - uses: FKLC/sign-files-action@v1.0.0
with: with:
privateKey: ${{ secrets.PRIVATEKEY }} privateKey: ${{ secrets.PRIVATEKEY }}
algorithm: 'RSA-SHA512' algorithm: RSA-SHA512
extension: '.sig' extension: .sig
outputFolder: 'build/artifacts' outputFolder: build/artifacts
files: | files: |
build/artifacts/repod.tar.gz build/artifacts/repod.tar.gz
- id: sign - id: sign