Try again, use ::debug:: workflow command

This commit is contained in:
2024-10-05 18:29:49 -05:00
parent 6a144177ac
commit fea498eb18

View File

@@ -150,11 +150,12 @@ jobs:
- name: Sign Archive
if: env.IS_RELEASE
env:
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
ARCHIVE_PATH: ${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}
shell: bash
run: |
echo "debug: length = $(echo -n {{ secrets.MINISIGN_KEY }} | wc -c)"
echo "{{ secrets.MINISIGN_KEY }}" > minisign.key
echo "::debug:: length = $(echo -n $MINISIGN_KEY | wc -c)"
echo $MINISIGN_KEY > minisign.key
ts=$(node -e 'console.log((new Date).toISOString())')
git=$(git rev-parse HEAD)