Skip to content

Commit 48e4fe0

Browse files
committed
Update GitHub Actions workflow to specify extraction path and correct asset path for upload
1 parent 6f90823 commit 48e4fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/download-artifact@v4
5050
with:
5151
name: hex-files
52+
path: ./hex-files # Specify extraction path
5253

5354
- name: Create Release
5455
id: create_release
@@ -88,6 +89,6 @@ jobs:
8889
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
8990
with:
9091
upload_url: ${{ steps.create_release.outputs.upload_url }}
91-
asset_path: ./build/a500kybhid.ino.hex
92+
asset_path: ./hex-files/a500kybhid.ino.hex
9293
asset_name: a500kybhid.hex
9394
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)