From f5cb62067c371d11e1cf9a04170ea342fea8300d Mon Sep 17 00:00:00 2001 From: Scott Charlton Date: Sat, 26 Mar 2022 12:01:35 -0700 Subject: [PATCH] Fixed RELEASE_DATE for R build --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c6de91e3..64a641c2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -108,7 +108,7 @@ jobs: run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }} - name: check - run: cd R && make VERSION=${{ needs.init.outputs.VER }} RELEASE_DATE=${{ needs.init.outputs.DATE }} check_built + run: cd R && make VERSION=${{ needs.init.outputs.VER }} check_built - uses: actions/upload-artifact@v2 with: