File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 auto-release :
16+ permissions :
17+ id-token : write
1618 name : Auto Release
1719 runs-on : ubuntu-20.04
1820 steps :
5355 pip install -r ./tools/.github/scripts/release-requirements.txt
5456 ./tools/.github/scripts/release.py "$GITHUB_ORG" --core-repo-path=local_core --core-commit="$COMMIT_ID" --new-core-version="$VERSION_NUMBER"
5557 exit $?
58+
59+ - name : Backup Release Asset
60+ uses : FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
61+ with :
62+ # This is dependent on the release script putting this zip file
63+ # in this exact location.
64+ artifact_path : ./tools/.github/scripts/FreeRTOSv${{ github.event.inputs.version_number }}.zip
65+ release_tag : ${{ github.event.inputs.version_number }}
You can’t perform that action at this time.
0 commit comments