diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf0617d..0636d89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Declare short commit variable id: vars run: | - echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" + echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Install MinGW-w64 run: >