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 ec2822d commit 96f12a2Copy full SHA for 96f12a2
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: actions/checkout@v3
66
with:
67
repository: avrdudes/avrdude
68
- ref: ${{ steps.get_tag_name.outputs.AVRDUDE_TAG }} # pay attention, the pathches could not apply to newer version than 7.0
+ ref: ${{ steps.get_tag_name.outputs.AVRDUDE_TAG }} # pay attention, the pathches could need updating
69
path: ${{ env.PROJECT_NAME }}
70
71
- name: Set the version
0 commit comments