From e29f735ca4d500abcec923134543aeb1ce311cce Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 16 Jan 2024 15:38:46 +0100 Subject: [PATCH] ci: no need quotes here --- .gitea/workflows/repod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index a1005af..c56d1d9 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.yml @@ -71,9 +71,9 @@ jobs: - uses: FKLC/sign-files-action@v1.0.0 with: privateKey: ${{ secrets.PRIVATEKEY }} - algorithm: 'RSA-SHA512' - extension: '.sig' - outputFolder: 'build/artifacts' + algorithm: RSA-SHA512 + extension: .sig + outputFolder: build/artifacts files: | build/artifacts/repod.tar.gz - id: sign