diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml
index 0534452..ca3d986 100644
--- a/.github/workflows/binary.yml
+++ b/.github/workflows/binary.yml
@@ -35,6 +35,6 @@ jobs:
     - name: Send to Discord
       run: |
         curl \
-          -F "payload_json={\"content\": \"New build of popcorn! Branch: ${{ GITHUB_REF }}, Timestamp: <t:$(date +%s)>\n\`\`\`$(sha256sum target/x86_64-arch/debug/bootimage-popcorn.bin.zst)\`\`\`\"}" \
+          -F "payload_json={\"content\": \"New build of popcorn! Branch: $GITHUB_REF, Timestamp: <t:$(date +%s)>\n\`\`\`$(sha256sum target/x86_64-arch/debug/bootimage-popcorn.bin.zst)\`\`\`\"}" \
           -F "file1=@target/x86_64-arch/debug/bootimage-popcorn.bin.zst" \
           ${{ secrets.WEBHOOK_URL }}