ci: change scripts location

This commit is contained in:
ReaJason
2025-02-23 02:33:09 +08:00
parent ef6ca026f2
commit 185be332a5
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -25,9 +25,8 @@ jobs:
- name: Get ChangeLog
id: get_changelog
working-directory: scripts
working-directory: .github/scripts
run: |
CHANGELOG=$(python parse_changelog_of_version.py "${{ steps.get_version.outputs.version }}")
echo "changelog<<EOF" >> $GITHUB_OUTPUT
echo "$(python parse_changelog_of_version.py ${{ steps.get_version.outputs.version }})" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT