Update artifact path in the backup action (#1292)
* Add artifact backup action
* Fix artifact path
diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml
index 19f6c01..2cd6fde 100644
--- a/.github/workflows/auto-release.yml
+++ b/.github/workflows/auto-release.yml
@@ -124,7 +124,7 @@
with:
# This is dependent on the release script putting this zip file
# 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 }}
- name: Cleanup