Skip to content

Commit

Permalink
Really really fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 2, 2024
1 parent 15bb80a commit f1b5bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ jobs:
repo: context.repo.repo,
run_id: context.runId,
})
const url = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/artifacts/${artifacts['data']['artifacts'][0]['id']}`
await github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Firmware built successfully! :tada:
[Download][download] and extract the firmware to install with https://web.esphome.io
Make sure to choose \`esphome-voice-kit-esp32s3/esphome-voice-kit-esp32s3.factory.bin\`.
[download]: ${artifacts['data']['artifacts'][0]['archive_download_url']}`
[download]: ${url}`
})
upload:
Expand Down

0 comments on commit f1b5bda

Please sign in to comment.