Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Oct 19, 2023
1 parent 291ef74 commit c0395a2
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 c0395a2

Please sign in to comment.