mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-06 15:16:37 -06:00
Add quotes, last attempt
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -154,8 +154,8 @@ jobs:
|
|||||||
ARCHIVE_PATH: ${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}
|
ARCHIVE_PATH: ${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "::debug:: length = $(echo -n $MINISIGN_KEY | wc -c)"
|
echo "::debug:: length = $(echo -n "$MINISIGN_KEY" | wc -c)"
|
||||||
echo $MINISIGN_KEY > minisign.key
|
echo "$MINISIGN_KEY" > minisign.key
|
||||||
|
|
||||||
ts=$(node -e 'console.log((new Date).toISOString())')
|
ts=$(node -e 'console.log((new Date).toISOString())')
|
||||||
git=$(git rev-parse HEAD)
|
git=$(git rev-parse HEAD)
|
||||||
|
|||||||
Reference in New Issue
Block a user