We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b47f3b commit 895b015Copy full SHA for 895b015
.github/workflows/verify.yml
@@ -88,6 +88,6 @@ jobs:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
with:
90
upload_url: ${{ steps.create_release.outputs.upload_url }}
91
- asset_path: ./hex-files/a500kybhid.ino.hex
+ asset_path: ./build/a500kybhid.ino.hex
92
asset_name: a500kybhid.hex
93
asset_content_type: application/octet-stream
0 commit comments