File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,14 @@ jobs:
3939 uses : FKLC/sign-files-action@v1.0.0
4040 with :
4141 privateKey : ${{ secrets.PRIVATE_KEY }}
42+ extension : ' .sha256.sig'
4243 outputFolder : ' SRPMS'
4344 files : |
4445 SRPMS/*.rpm
4546 - name : Create Release
4647 uses : ncipollo/release-action@v1
4748 with :
48- artifacts : " SRPMS/*.rpm,SRPMS/*.rpm.sig"
49+ artifacts : " public_key.pem, SRPMS/*.rpm,SRPMS/*.rpm.sig"
4950 name : ${{ steps.version.outputs.version }}-${{ steps.release.outputs.release }}
5051 tag : ${{ steps.version.outputs.version }}-${{ steps.release.outputs.release }}
5152 commit : main
Original file line number Diff line number Diff line change 1+ -----BEGIN PUBLIC KEY-----
2+ MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzwA2IlvcvkyqJNvDmM0A
3+ 8k/x4iBYiUEpfK7+m9UTbE68qSfJprZXMAk8YF74irKoGDjdr61yqZPFso7U7O4v
4+ te0JeyMaJsYdaGeA3P4KCpsxJHLoIWQl7mx0fgIA2YqT/PsTGzjyU974g7qfRWtA
5+ CZ7I7V2CUZBxANUAe0jR8kdOZu/FJz4KqZBuN/7VBBfRLSrMe5uQi+Yd5KVFOJQ8
6+ MAvM76h1HRmoRfIt443klNf4ZNziTClcAOVs+6uSCllgl40LOig8Z/s11h4lH7tL
7+ 2VfPzuqGNcA7ZhOCQu5vW56xcfJm9CjxGzfw3tfqp6yyrWw+QkHvh1VHZwlCu5dA
8+ SQIDAQAB
9+ -----END PUBLIC KEY-----
You can’t perform that action at this time.
0 commit comments