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 f992e92 commit 1cd3a08Copy full SHA for 1cd3a08
.github/workflows/auto-release.yml
@@ -124,7 +124,7 @@ jobs:
124
with:
125
# This is dependent on the release script putting this zip file
126
# in this exact location.
127
- artifact_path: ./tools/.github/scripts/FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
+ artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
128
release_tag: ${{ github.event.inputs.version_number }}
129
130
- name: Cleanup
0 commit comments