mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-14 16:22:30 -04:00
Update artifact path in the backup action (#1292)
* Add artifact backup action * Fix artifact path
This commit is contained in:
parent
48a4939c9f
commit
f5e6151b14
2
.github/workflows/auto-release.yml
vendored
2
.github/workflows/auto-release.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# This is dependent on the release script putting this zip file
|
# This is dependent on the release script putting this zip file
|
||||||
# in this exact location.
|
# in this exact location.
|
||||||
artifact_path: ./tools/.github/scripts/FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
|
artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
|
||||||
release_tag: ${{ github.event.inputs.version_number }}
|
release_tag: ${{ github.event.inputs.version_number }}
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
|
Loading…
Reference in a new issue