diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 961942a5b..b0164ff2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,9 +49,9 @@ jobs: id: env_setup run: | DF_VERSION="$(sh travis/get-df-version.sh)" - echo "::set-env name=DF_VERSION::${DF_VERSION}" echo "::set-output name=df_version::${DF_VERSION}" - echo "::set-env name=DF_FOLDER::${HOME}/DF/${DF_VERSION}/df_linux" + echo "DF_VERSION=${DF_VERSION}" >> $GITHUB_ENV + echo "DF_FOLDER=${HOME}/DF/${DF_VERSION}/df_linux" >> $GITHUB_ENV - name: Fetch DF cache uses: actions/cache@v2 with: