Fixed RELEASE_DATE for R build

This commit is contained in:
Scott Charlton 2022-03-26 12:01:35 -07:00 committed by GitHub
parent 07351449c0
commit f5cb62067c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: