From 697cd8abfbdc0b06bd72db2455fbbe08c0c2beee Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 27 Mar 2020 13:13:31 +0100 Subject: [PATCH] fix ubuntu action version --- .github/workflows/CompileUbuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompileUbuntu.yml b/.github/workflows/CompileUbuntu.yml index 9a95be044..5df7ffade 100755 --- a/.github/workflows/CompileUbuntu.yml +++ b/.github/workflows/CompileUbuntu.yml @@ -26,7 +26,7 @@ jobs: echo ::set-output name=date::"$(date +%Y.%m)" - name: Update MeshLab version run : | - cat ${{steps.envs.outputs.date}} > distrib/VERSION + echo ${{steps.envs.outputs.date}} > distrib/VERSION echo "VERSION: " cat distrib/VERSION - name: Build MeshLab