diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fce6ae79..f48b45b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |