Skip to content

Commit

Permalink
fix release workflow to upload bbrfkr_dynamis_v2_via.hex
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrfkr committed Oct 29, 2023
1 parent 7435db2 commit 7ec8179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/bbrfkr_dynamis_via.hex
asset_path: ./artifacts/bbrfkr_dynamis_v2_via.hex
asset_name: bbrfkr_dynamis_via.hex
asset_content_type: text/plain
- name: upload via json
Expand Down

0 comments on commit 7ec8179

Please sign in to comment.