Skip to content

Commit

Permalink
Fix file location in build_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Nov 19, 2024
1 parent c225c97 commit 154d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
if git diff --name-only HEAD~1 | grep -q "VERSION"; then
echo "version_changed=true" >> $GITHUB_ENV
new_version=$(cat loadgen/VERSION.txt)
new_version=$(cat VERSION)
echo "new_version=$new_version" >> $GITHUB_ENV
else
echo "VERSION file has NOT been modified"
Expand Down

0 comments on commit 154d4ce

Please sign in to comment.