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 6f90823 commit 48e4fe0Copy full SHA for 48e4fe0
.github/workflows/verify.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: actions/download-artifact@v4
50
with:
51
name: hex-files
52
+ path: ./hex-files # Specify extraction path
53
54
- name: Create Release
55
id: create_release
@@ -88,6 +89,6 @@ jobs:
88
89
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
90
91
upload_url: ${{ steps.create_release.outputs.upload_url }}
- asset_path: ./build/a500kybhid.ino.hex
92
+ asset_path: ./hex-files/a500kybhid.ino.hex
93
asset_name: a500kybhid.hex
94
asset_content_type: application/octet-stream
0 commit comments