From 30d545338838b8925490958c665a8bca549f26d0 Mon Sep 17 00:00:00 2001 From: electron271 <66094410+electron271@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:42:03 -0500 Subject: [PATCH] i hate github actions --- .github/workflows/binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: \n\`\`\`$(sha256sum target/x86_64-arch/debug/bootimage-popcorn.bin.zst)\`\`\`\"}" \ + -F "payload_json={\"content\": \"New build of popcorn! Branch: $GITHUB_REF, Timestamp: \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 }}