Skip to content

Commit

Permalink
chore: 更新builder.yml中的文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
Akimio521 committed Jul 6, 2024
1 parent 42033ed commit dd3ad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check Version Change
run: |
if git diff --name-only ${{ github.sha }} | grep 'version.py'; then
if git diff --name-only ${{ github.sha }} | grep 'app/version.py'; then
echo "IS_APP_VERSION_CHANGE=true" >> $GITHUB_ENV
echo "IS_USE_LATEST_TAG=true" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit dd3ad0e

Please sign in to comment.