Skip to content

Commit 1cd3a08

Browse files
Fix artifact path
1 parent f992e92 commit 1cd3a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
# This is dependent on the release script putting this zip file
126126
# in this exact location.
127-
artifact_path: ./tools/.github/scripts/FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
127+
artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
128128
release_tag: ${{ github.event.inputs.version_number }}
129129

130130
- name: Cleanup

0 commit comments

Comments
 (0)