Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
i hate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
electron271 committed Oct 23, 2023
1 parent e8c2722 commit 30d5453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 30d5453

Please sign in to comment.