mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-08 10:08:38 -06:00
Try again, use ::debug:: workflow command
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user