Skip to content

Commit 895b015

Browse files
committed
Update asset path in GitHub Actions workflow for artifact upload
1 parent 9b47f3b commit 895b015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
9090
upload_url: ${{ steps.create_release.outputs.upload_url }}
91-
asset_path: ./hex-files/a500kybhid.ino.hex
91+
asset_path: ./build/a500kybhid.ino.hex
9292
asset_name: a500kybhid.hex
9393
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)