Skip to content

Commit

Permalink
Not yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Dec 18, 2024
1 parent b214176 commit e8ae04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
shell: bash
run: |
set -ex
DISSOLVE_VERSION=`grep "#define DISSOLVEVERSION" src/main/version.cpp | sed 's/.*\"\(.*\)\"/\1/g'`
DISSOLVE_VERSION=$(./changeversion -v)
echo "Dissolve code version is ${DISSOLVE_VERSION}"
DISSOLVE_MAJOR=`echo $DISSOLVE_VERSION | sed "s/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/g"`
DISSOLVE_MINOR=`echo $DISSOLVE_VERSION | sed "s/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/g"`
Expand Down

0 comments on commit e8ae04d

Please sign in to comment.