Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rainlizard/Unearth
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Oct 19, 2023
2 parents 0222124 + c0395a2 commit 766dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MAJOR_MINOR=$(grep "const VERSION" Autoload/Constants.gd | awk -F\" '{print $2}')
PATCH=$(git rev-list --count HEAD)
FULL_VERSION="$MAJOR_MINOR.$PATCH"
echo "::set-output name=FULL_VERSION::$FULL_VERSION"
echo "FULL_VERSION=$FULL_VERSION" >>$GITHUB_OUTPUT
- name: Setup Godot and Export Templates
run: |
Expand Down

0 comments on commit 766dd71

Please sign in to comment.