ci: fix dist
This commit is contained in:
parent
409503e441
commit
5849e12127
@ -64,9 +64,10 @@ jobs:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
- run: npm i -g npm@${{ steps.versions.outputs.npmVersion }}
|
||||
- id: dist
|
||||
name: dist
|
||||
run: |
|
||||
make dist
|
||||
echo $KEYFILE > /tmp/repod.key
|
||||
echo "$KEYFILE" > /tmp/repod.key
|
||||
echo SIGNATURE=$(openssl dgst -sha512 -sign /tmp/repod.key build/artifacts/repod.tar.gz | openssl base64) >> $GITHUB_OUTPUT
|
||||
env:
|
||||
KEYFILE: ${{ secrets.KEYFILE }}
|
||||
|
Loading…
Reference in New Issue
Block a user