Skip to content

Commit 94be772

Browse files
authored
fix release workflow to upload bbrfkr_dynamis_v2_via.hex (#28)
1 parent 7435db2 commit 94be772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:
3333
upload_url: ${{ steps.create_release.outputs.upload_url }}
34-
asset_path: ./artifacts/bbrfkr_dynamis_via.hex
34+
asset_path: ./artifacts/bbrfkr_dynamis_v2_via.hex
3535
asset_name: bbrfkr_dynamis_via.hex
3636
asset_content_type: text/plain
3737
- name: upload via json

0 commit comments

Comments
 (0)